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(45.8729,-95.3785)};var g_c65feaf8d2a598c65874a799823eecbd = new google.maps.Geocoder();g_c65feaf8d2a598c65874a799823eecbd.geocode( { 'address': "1630 Broadway St, Alexandria, MN 56308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-MN-gate-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-MN-gate-city-bank'), mapOptions);}document.getElementById('5c557361').innerHTML += ' | View Map';var $lc65feaf8d2a598c65874a799823eecbd = '

Gate City Bank

Address: 1630 Broadway St, Alexandria, MN 56308, USA
Phone: (320) 762-3100
';var m_c65feaf8d2a598c65874a799823eecbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gate City Bank',});m_c65feaf8d2a598c65874a799823eecbd['infowindow'] = new google.maps.InfoWindow({content: $lc65feaf8d2a598c65874a799823eecbd});var infowindow = new google.maps.InfoWindow({content: $lc65feaf8d2a598c65874a799823eecbd});google.maps.event.addListener(m_c65feaf8d2a598c65874a799823eecbd, 'click', function() {infowindow.open(map,m_c65feaf8d2a598c65874a799823eecbd);});$marker.push(m_c65feaf8d2a598c65874a799823eecbd);}});}google.maps.event.addDomListener(window, 'load', initialize);