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(39.4413,-105.457)};var g_3ebfdb36a1c782dd12d9780e51881a2c = new google.maps.Geocoder();g_3ebfdb36a1c782dd12d9780e51881a2c.geocode( { 'address': "460 Co Rd 43 #9, Bailey, CO 80421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bailey-CO-crow-hill-insurance').style.display = '';map = new google.maps.Map(document.getElementById('bailey-CO-crow-hill-insurance'), mapOptions);}document.getElementById('5c6bd15b').innerHTML += ' | View Map';var $l3ebfdb36a1c782dd12d9780e51881a2c = '

Crow Hill Insurance

Address: 460 Co Rd 43 #9, Bailey, CO 80421, USA
Phone: (303) 838-9723
';var m_3ebfdb36a1c782dd12d9780e51881a2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crow Hill Insurance',});m_3ebfdb36a1c782dd12d9780e51881a2c['infowindow'] = new google.maps.InfoWindow({content: $l3ebfdb36a1c782dd12d9780e51881a2c});var infowindow = new google.maps.InfoWindow({content: $l3ebfdb36a1c782dd12d9780e51881a2c});google.maps.event.addListener(m_3ebfdb36a1c782dd12d9780e51881a2c, 'click', function() {infowindow.open(map,m_3ebfdb36a1c782dd12d9780e51881a2c);});$marker.push(m_3ebfdb36a1c782dd12d9780e51881a2c);}});}google.maps.event.addDomListener(window, 'load', initialize);