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(41.3489,-86.3282)};var g_10f1c2a7cf84701278c833556e16941f = new google.maps.Geocoder();g_10f1c2a7cf84701278c833556e16941f.geocode( { 'address': "2505 N Oak Dr, Plymouth, IN 46563"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-IN-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-IN-woodforest-national-bank'), mapOptions);}document.getElementById('70984b11').innerHTML += ' | View Map';var $l10f1c2a7cf84701278c833556e16941f = '

Woodforest National Bank

Address: 2505 N Oak Dr, Plymouth, IN 46563
Phone: (574) 935-5767
';var m_10f1c2a7cf84701278c833556e16941f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_10f1c2a7cf84701278c833556e16941f['infowindow'] = new google.maps.InfoWindow({content: $l10f1c2a7cf84701278c833556e16941f});var infowindow = new google.maps.InfoWindow({content: $l10f1c2a7cf84701278c833556e16941f});google.maps.event.addListener(m_10f1c2a7cf84701278c833556e16941f, 'click', function() {infowindow.open(map,m_10f1c2a7cf84701278c833556e16941f);});$marker.push(m_10f1c2a7cf84701278c833556e16941f);}});}google.maps.event.addDomListener(window, 'load', initialize);