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.2514,-85.6605)};var g_87876ca731b4c56b3f48110c953e0401 = new google.maps.Geocoder();g_87876ca731b4c56b3f48110c953e0401.geocode( { 'address': "202 N Harrison St, Alexandria, IN 46001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-IN-main-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-IN-main-source-bank'), mapOptions);}document.getElementById('107e5bce').innerHTML += ' | View Map';var $l87876ca731b4c56b3f48110c953e0401 = '

Main Source Bank

Address: 202 N Harrison St, Alexandria, IN 46001
Phone: (765) 724-4494
';var m_87876ca731b4c56b3f48110c953e0401 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Main Source Bank',});m_87876ca731b4c56b3f48110c953e0401['infowindow'] = new google.maps.InfoWindow({content: $l87876ca731b4c56b3f48110c953e0401});var infowindow = new google.maps.InfoWindow({content: $l87876ca731b4c56b3f48110c953e0401});google.maps.event.addListener(m_87876ca731b4c56b3f48110c953e0401, 'click', function() {infowindow.open(map,m_87876ca731b4c56b3f48110c953e0401);});$marker.push(m_87876ca731b4c56b3f48110c953e0401);}});}google.maps.event.addDomListener(window, 'load', initialize);