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(39.3048,-102.247)};var g_888ccc9783633065c0ca8c191e3a3403 = new google.maps.Geocoder();g_888ccc9783633065c0ca8c191e3a3403.geocode( { 'address': "1420 Lowell Ave, Burlington, CO 80807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-CO-equitable-savings-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('burlington-CO-equitable-savings-loan-association'), mapOptions);}document.getElementById('11ca62f9').innerHTML += ' | View Map';var $l888ccc9783633065c0ca8c191e3a3403 = '

Equitable Savings & Loan Association

Address: 1420 Lowell Ave, Burlington, CO 80807
Phone: (719) 346-8131
';var m_888ccc9783633065c0ca8c191e3a3403 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equitable Savings & Loan Association',});m_888ccc9783633065c0ca8c191e3a3403['infowindow'] = new google.maps.InfoWindow({content: $l888ccc9783633065c0ca8c191e3a3403});var infowindow = new google.maps.InfoWindow({content: $l888ccc9783633065c0ca8c191e3a3403});google.maps.event.addListener(m_888ccc9783633065c0ca8c191e3a3403, 'click', function() {infowindow.open(map,m_888ccc9783633065c0ca8c191e3a3403);});$marker.push(m_888ccc9783633065c0ca8c191e3a3403);}});}google.maps.event.addDomListener(window, 'load', initialize);