var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(38.3901,-105.117)};var g_7230b2b03e2da37352abf1a659545b44 = new google.maps.Geocoder();g_7230b2b03e2da37352abf1a659545b44.geocode( { 'address': "101 E Main St, Florence, CO 81226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-CO-first-flo-corporation').style.display = '';map = new google.maps.Map(document.getElementById('florence-CO-first-flo-corporation'), mapOptions);}document.getElementById('c06ce22e').innerHTML += ' | View Map';var $l7230b2b03e2da37352abf1a659545b44 = '

First Flo Corporation

Address: 101 E Main St, Florence, CO 81226, USA
Phone: (719) 784-6316
';var m_7230b2b03e2da37352abf1a659545b44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Flo Corporation',});m_7230b2b03e2da37352abf1a659545b44['infowindow'] = new google.maps.InfoWindow({content: $l7230b2b03e2da37352abf1a659545b44});var infowindow = new google.maps.InfoWindow({content: $l7230b2b03e2da37352abf1a659545b44});google.maps.event.addListener(m_7230b2b03e2da37352abf1a659545b44, 'click', function() {infowindow.open(map,m_7230b2b03e2da37352abf1a659545b44);});$marker.push(m_7230b2b03e2da37352abf1a659545b44);}});}google.maps.event.addDomListener(window, 'load', initialize);