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.8867,-85.3888)};var g_afbd8f1f0b7a99d9612c2696b072d01a = new google.maps.Geocoder();g_afbd8f1f0b7a99d9612c2696b072d01a.geocode( { 'address': "3167 IN-3, New Castle, IN 47362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-IN-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-IN-woodforest-national-bank'), mapOptions);}document.getElementById('15f25ceb').innerHTML += ' | View Map';var $lafbd8f1f0b7a99d9612c2696b072d01a = '

Woodforest National Bank

Address: 3167 IN-3, New Castle, IN 47362, USA
Phone: (765) 521-0587
';var m_afbd8f1f0b7a99d9612c2696b072d01a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_afbd8f1f0b7a99d9612c2696b072d01a['infowindow'] = new google.maps.InfoWindow({content: $lafbd8f1f0b7a99d9612c2696b072d01a});var infowindow = new google.maps.InfoWindow({content: $lafbd8f1f0b7a99d9612c2696b072d01a});google.maps.event.addListener(m_afbd8f1f0b7a99d9612c2696b072d01a, 'click', function() {infowindow.open(map,m_afbd8f1f0b7a99d9612c2696b072d01a);});$marker.push(m_afbd8f1f0b7a99d9612c2696b072d01a);}});}google.maps.event.addDomListener(window, 'load', initialize);