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.1235,-102.724)};var g_5df9dce36c53b39bada687a240352705 = new google.maps.Geocoder();g_5df9dce36c53b39bada687a240352705.geocode( { 'address': "222 S Main St, Yuma, CO 80759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yuma-CO-equitable-savings--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('yuma-CO-equitable-savings--loan-association'), mapOptions);}document.getElementById('867eb78f').innerHTML += ' | View Map';var $l5df9dce36c53b39bada687a240352705 = '

Equitable Savings & Loan Association

Address: 222 S Main St, Yuma, CO 80759, USA
Phone: (970) 848-2341
';var m_5df9dce36c53b39bada687a240352705 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equitable Savings & Loan Association',});m_5df9dce36c53b39bada687a240352705['infowindow'] = new google.maps.InfoWindow({content: $l5df9dce36c53b39bada687a240352705});var infowindow = new google.maps.InfoWindow({content: $l5df9dce36c53b39bada687a240352705});google.maps.event.addListener(m_5df9dce36c53b39bada687a240352705, 'click', function() {infowindow.open(map,m_5df9dce36c53b39bada687a240352705);});$marker.push(m_5df9dce36c53b39bada687a240352705);}});}google.maps.event.addDomListener(window, 'load', initialize);