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.5362,-105.074)};var g_6aa555da3294543414fc984733dec0fb = new google.maps.Geocoder();g_6aa555da3294543414fc984733dec0fb.geocode( { 'address': "3711 John F Kennedy Pkwy Suite 220, Fort Collins, CO 80525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-collins-CO-the-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-collins-CO-the-federal-savings-bank'), mapOptions);}document.getElementById('f8edecb4').innerHTML += ' | View Map';var $l6aa555da3294543414fc984733dec0fb = '

The Federal Savings Bank

Address: 3711 John F Kennedy Pkwy Suite 220, Fort Collins, CO 80525, USA
Phone: (970) 207-1100
';var m_6aa555da3294543414fc984733dec0fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Federal Savings Bank',});m_6aa555da3294543414fc984733dec0fb['infowindow'] = new google.maps.InfoWindow({content: $l6aa555da3294543414fc984733dec0fb});var infowindow = new google.maps.InfoWindow({content: $l6aa555da3294543414fc984733dec0fb});google.maps.event.addListener(m_6aa555da3294543414fc984733dec0fb, 'click', function() {infowindow.open(map,m_6aa555da3294543414fc984733dec0fb);});$marker.push(m_6aa555da3294543414fc984733dec0fb);}});}google.maps.event.addDomListener(window, 'load', initialize);