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(39.4671,-87.4101)};var g_5f93cadf88e775ae540ef0a0b839373d = new google.maps.Geocoder();g_5f93cadf88e775ae540ef0a0b839373d.geocode( { 'address': "1451 Fort Harrison Rd, Terre Haute, IN 47804"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('terre-haute-IN-plaza-north-banking-center').style.display = '';map = new google.maps.Map(document.getElementById('terre-haute-IN-plaza-north-banking-center'), mapOptions);}document.getElementById('d4a9d20e').innerHTML += ' | View Map';var $l5f93cadf88e775ae540ef0a0b839373d = '

Plaza North Banking Center

Address: 1451 Fort Harrison Rd, Terre Haute, IN 47804
Phone: (812) 462-0296
';var m_5f93cadf88e775ae540ef0a0b839373d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plaza North Banking Center',});m_5f93cadf88e775ae540ef0a0b839373d['infowindow'] = new google.maps.InfoWindow({content: $l5f93cadf88e775ae540ef0a0b839373d});var infowindow = new google.maps.InfoWindow({content: $l5f93cadf88e775ae540ef0a0b839373d});google.maps.event.addListener(m_5f93cadf88e775ae540ef0a0b839373d, 'click', function() {infowindow.open(map,m_5f93cadf88e775ae540ef0a0b839373d);});$marker.push(m_5f93cadf88e775ae540ef0a0b839373d);}});}google.maps.event.addDomListener(window, 'load', initialize);