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.625,-103.22)};var g_10cc9801a4f48dd11039a26781478e28 = new google.maps.Geocoder();g_10cc9801a4f48dd11039a26781478e28.geocode( { 'address': "601 W Main St, Sterling, CO 80751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-CO-money-lenders').style.display = '';map = new google.maps.Map(document.getElementById('sterling-CO-money-lenders'), mapOptions);}document.getElementById('b804b8ba').innerHTML += ' | View Map';var $l10cc9801a4f48dd11039a26781478e28 = '

Money Lenders

Address: 601 W Main St, Sterling, CO 80751, USA
Phone: (970) 526-2510
';var m_10cc9801a4f48dd11039a26781478e28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Lenders',});m_10cc9801a4f48dd11039a26781478e28['infowindow'] = new google.maps.InfoWindow({content: $l10cc9801a4f48dd11039a26781478e28});var infowindow = new google.maps.InfoWindow({content: $l10cc9801a4f48dd11039a26781478e28});google.maps.event.addListener(m_10cc9801a4f48dd11039a26781478e28, 'click', function() {infowindow.open(map,m_10cc9801a4f48dd11039a26781478e28);});$marker.push(m_10cc9801a4f48dd11039a26781478e28);}});}google.maps.event.addDomListener(window, 'load', initialize);