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.2628,-85.6743)};var g_f4455cd255c820c4f6151ddc3dc7ceab = new google.maps.Geocoder();g_f4455cd255c820c4f6151ddc3dc7ceab.geocode( { 'address': "101 N Harrison St, Alexandria, IN 46001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-IN-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-IN-key-bank'), mapOptions);}document.getElementById('9d859c72').innerHTML += ' | View Map';var $lf4455cd255c820c4f6151ddc3dc7ceab = '

Key Bank

Address: 101 N Harrison St, Alexandria, IN 46001, USA
Phone:
';var m_f4455cd255c820c4f6151ddc3dc7ceab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_f4455cd255c820c4f6151ddc3dc7ceab['infowindow'] = new google.maps.InfoWindow({content: $lf4455cd255c820c4f6151ddc3dc7ceab});var infowindow = new google.maps.InfoWindow({content: $lf4455cd255c820c4f6151ddc3dc7ceab});google.maps.event.addListener(m_f4455cd255c820c4f6151ddc3dc7ceab, 'click', function() {infowindow.open(map,m_f4455cd255c820c4f6151ddc3dc7ceab);});$marker.push(m_f4455cd255c820c4f6151ddc3dc7ceab);}});}google.maps.event.addDomListener(window, 'load', initialize);