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.5383,-105.073)};var g_11f76fc1e4b654cc6afc3eeb64cadabf = new google.maps.Geocoder();g_11f76fc1e4b654cc6afc3eeb64cadabf.geocode( { 'address': "300 E Horsetooth Rd # 102, Fort Collins, CO 80525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-collins-CO-equitable-savings--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('fort-collins-CO-equitable-savings--loan-association'), mapOptions);}document.getElementById('3e995cf9').innerHTML += ' | View Map';var $l11f76fc1e4b654cc6afc3eeb64cadabf = '

Equitable Savings & Loan Association

Address: 300 E Horsetooth Rd # 102, Fort Collins, CO 80525, USA
Phone: (970) 223-1963
';var m_11f76fc1e4b654cc6afc3eeb64cadabf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equitable Savings & Loan Association',});m_11f76fc1e4b654cc6afc3eeb64cadabf['infowindow'] = new google.maps.InfoWindow({content: $l11f76fc1e4b654cc6afc3eeb64cadabf});var infowindow = new google.maps.InfoWindow({content: $l11f76fc1e4b654cc6afc3eeb64cadabf});google.maps.event.addListener(m_11f76fc1e4b654cc6afc3eeb64cadabf, 'click', function() {infowindow.open(map,m_11f76fc1e4b654cc6afc3eeb64cadabf);});$marker.push(m_11f76fc1e4b654cc6afc3eeb64cadabf);}});}google.maps.event.addDomListener(window, 'load', initialize);