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.2625,-85.6742)};var g_a0dbea9653521ecc73722b76fdde3049 = new google.maps.Geocoder();g_a0dbea9653521ecc73722b76fdde3049.geocode( { 'address': "101 S Harrison St, Alexandria, IN 46001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-IN-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-IN-huntington-bank'), mapOptions);}document.getElementById('8b6de5ea').innerHTML += ' | View Map';var $la0dbea9653521ecc73722b76fdde3049 = '

Huntington Bank

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