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.4154,-86.8921)};var g_a13bbad177b474b9970d0d7d4786c98f = new google.maps.Geocoder();g_a13bbad177b474b9970d0d7d4786c98f.geocode( { 'address': "2347 E 350 S, Lafayette, IN 47909"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-IN-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-IN-woodforest-bank'), mapOptions);}document.getElementById('3c391db9').innerHTML += ' | View Map';var $la13bbad177b474b9970d0d7d4786c98f = '

Woodforest Bank

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