Narbonne Flax

Narbonne Flax

Posted on Instagram 6:01 pm, April 25, 2015 jQuery(document).ready(function(){ var gmap_m074e4fd13b6adacb1e943ff34de793fe = { positions : { 510 : new google.maps.LatLng( ‘39.73206264’, ‘-104.961084383’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m074e4fd13b6adacb1e943ff34de793fe’ ), { 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_m074e4fd13b6adacb1e943ff34de793fe.positions ) { gmap_m074e4fd13b6adacb1e943ff34de793fe.bounds.extend( gmap_m074e4fd13b6adacb1e943ff34de793fe.positions[m] ); } // Render markers for ( var m in gmap_m074e4fd13b6adacb1e943ff34de793fe.positions ) { gmap_m074e4fd13b6adacb1e943ff34de793fe.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m074e4fd13b6adacb1e943ff34de793fe.map, position : gmap_m074e4fd13b6adacb1e943ff34de793fe.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m074e4fd13b6adacb1e943ff34de793fe.map.setCenter( gmap_m074e4fd13b6adacb1e943ff34de793fe.positions[510] ); });