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.3939,-104.692)};var g_a63c2d99e705387d80753301d9211a69 = new google.maps.Geocoder();g_a63c2d99e705387d80753301d9211a69.geocode( { 'address': "2647 8th Ave c, Greeley, CO 80631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-loan-stop').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-loan-stop'), mapOptions);}document.getElementById('6176313e').innerHTML += ' | View Map';var $la63c2d99e705387d80753301d9211a69 = '

Loan Stop

Address: 2647 8th Ave c, Greeley, CO 80631, USA
Phone: (970) 336-0200
';var m_a63c2d99e705387d80753301d9211a69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Stop',});m_a63c2d99e705387d80753301d9211a69['infowindow'] = new google.maps.InfoWindow({content: $la63c2d99e705387d80753301d9211a69});var infowindow = new google.maps.InfoWindow({content: $la63c2d99e705387d80753301d9211a69});google.maps.event.addListener(m_a63c2d99e705387d80753301d9211a69, 'click', function() {infowindow.open(map,m_a63c2d99e705387d80753301d9211a69);});$marker.push(m_a63c2d99e705387d80753301d9211a69);}});}google.maps.event.addDomListener(window, 'load', initialize);