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.365,-86.8589)};var g_01243deb99c1b8dfff0425a371631959 = new google.maps.Geocoder();g_01243deb99c1b8dfff0425a371631959.geocode( { 'address': "2347 Veterans Memorial Pkwy S, Lafayette, IN 47909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-IN-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-IN-woodforest-national-bank'), mapOptions);}document.getElementById('0777cafe').innerHTML += ' | View Map';var $l01243deb99c1b8dfff0425a371631959 = '

Woodforest National Bank

Address: 2347 Veterans Memorial Pkwy S, Lafayette, IN 47909, USA
Phone: (765) 474-9600
';var m_01243deb99c1b8dfff0425a371631959 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_01243deb99c1b8dfff0425a371631959['infowindow'] = new google.maps.InfoWindow({content: $l01243deb99c1b8dfff0425a371631959});var infowindow = new google.maps.InfoWindow({content: $l01243deb99c1b8dfff0425a371631959});google.maps.event.addListener(m_01243deb99c1b8dfff0425a371631959, 'click', function() {infowindow.open(map,m_01243deb99c1b8dfff0425a371631959);});$marker.push(m_01243deb99c1b8dfff0425a371631959);}});}google.maps.event.addDomListener(window, 'load', initialize);