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(40.4088,-104.772)};var g_9981ae50de43432c6299c5a4c5d30050 = new google.maps.Geocoder();g_9981ae50de43432c6299c5a4c5d30050.geocode( { 'address': "1829 56th Ave, Greeley, CO 80634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-steve-laforest-at-firstcal-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-steve-laforest-at-firstcal-mortgage'), mapOptions);}document.getElementById('7c366bb6').innerHTML += ' | View Map';var $l9981ae50de43432c6299c5a4c5d30050 = '

Steve LaForest at FirstCal Mortgage

Address: 1829 56th Ave, Greeley, CO 80634, USA
Phone: (970) 330-7202
';var m_9981ae50de43432c6299c5a4c5d30050 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steve LaForest at FirstCal Mortgage',});m_9981ae50de43432c6299c5a4c5d30050['infowindow'] = new google.maps.InfoWindow({content: $l9981ae50de43432c6299c5a4c5d30050});var infowindow = new google.maps.InfoWindow({content: $l9981ae50de43432c6299c5a4c5d30050});google.maps.event.addListener(m_9981ae50de43432c6299c5a4c5d30050, 'click', function() {infowindow.open(map,m_9981ae50de43432c6299c5a4c5d30050);});$marker.push(m_9981ae50de43432c6299c5a4c5d30050);}});}google.maps.event.addDomListener(window, 'load', initialize);