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.9873,-102.263)};var g_c8c086d17fb2a8a2d2732a709eb22fc1 = new google.maps.Geocoder();g_c8c086d17fb2a8a2d2732a709eb22fc1.geocode( { 'address': "120 Cedar St, Julesburg, CO 80737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('julesburg-CO-equitable-savings--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('julesburg-CO-equitable-savings--loan-association'), mapOptions);}document.getElementById('e08d39c0').innerHTML += ' | View Map';var $lc8c086d17fb2a8a2d2732a709eb22fc1 = '

Equitable Savings & Loan Association

Address: 120 Cedar St, Julesburg, CO 80737, USA
Phone: (970) 474-3518
';var m_c8c086d17fb2a8a2d2732a709eb22fc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equitable Savings & Loan Association',});m_c8c086d17fb2a8a2d2732a709eb22fc1['infowindow'] = new google.maps.InfoWindow({content: $lc8c086d17fb2a8a2d2732a709eb22fc1});var infowindow = new google.maps.InfoWindow({content: $lc8c086d17fb2a8a2d2732a709eb22fc1});google.maps.event.addListener(m_c8c086d17fb2a8a2d2732a709eb22fc1, 'click', function() {infowindow.open(map,m_c8c086d17fb2a8a2d2732a709eb22fc1);});$marker.push(m_c8c086d17fb2a8a2d2732a709eb22fc1);}});}google.maps.event.addDomListener(window, 'load', initialize);