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.634,-86.08)};var g_6e3fb941ca1038c290e10cbad98f494b = new google.maps.Geocoder();g_6e3fb941ca1038c290e10cbad98f494b.geocode( { 'address': "1133 N Emerson Ave, Greenwood, IN 46143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-IN-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-IN-woodforest-national-bank'), mapOptions);}document.getElementById('ee5f0946').innerHTML += ' | View Map';var $l6e3fb941ca1038c290e10cbad98f494b = '

Woodforest National Bank

Address: 1133 N Emerson Ave, Greenwood, IN 46143, USA
Phone: (317) 859-3512
';var m_6e3fb941ca1038c290e10cbad98f494b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_6e3fb941ca1038c290e10cbad98f494b['infowindow'] = new google.maps.InfoWindow({content: $l6e3fb941ca1038c290e10cbad98f494b});var infowindow = new google.maps.InfoWindow({content: $l6e3fb941ca1038c290e10cbad98f494b});google.maps.event.addListener(m_6e3fb941ca1038c290e10cbad98f494b, 'click', function() {infowindow.open(map,m_6e3fb941ca1038c290e10cbad98f494b);});$marker.push(m_6e3fb941ca1038c290e10cbad98f494b);}});}google.maps.event.addDomListener(window, 'load', initialize);