John Wayne!

https://scontent.cdninstagram.com/v/t50.2886-16/68826435_2090959341199899_5959889929884951687_n.mp4?_nc_ht=scontent.cdninstagram.com&oe=5D4EBAC1&oh=f9f3b1cc3f12f1c797b1e34d41c3ed60

John Wayne!

38.4547-107.327 jQuery(document).ready(function(){ var gmap_m9e58ad5f9486794c95bb98ee5464cd25 = { positions : { 169 : new google.maps.LatLng( ‘38.4547’, ‘-107.327’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m9e58ad5f9486794c95bb98ee5464cd25’ ), { mapTypeId: google.maps.MapTypeId.ROADMAP, center: new google.maps.LatLng( 0, 0 ), zoom: 16 // Seems to be a good zoom for a single point } ), markers : {}, }; // end of gmap // Extend the bounds of interest based on our positions for ( var m in gmap_m9e58ad5f9486794c95bb98ee5464cd25.positions ) { gmap_m9e58ad5f9486794c95bb98ee5464cd25.bounds.extend( gmap_m9e58ad5f9486794c95bb98ee5464cd25.positions[m] ); } // Render markers for ( var m in gmap_m9e58ad5f9486794c95bb98ee5464cd25.positions ) { gmap_m9e58ad5f9486794c95bb98ee5464cd25.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m9e58ad5f9486794c95bb98ee5464cd25.map, position : gmap_m9e58ad5f9486794c95bb98ee5464cd25.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m9e58ad5f9486794c95bb98ee5464cd25.map.setCenter( gmap_m9e58ad5f9486794c95bb98ee5464cd25.positions[169] ); });