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.0949,-84.9819)};var g_f340c2f9d9a79c6243ea596349704822 = new google.maps.Geocoder();g_f340c2f9d9a79c6243ea596349704822.geocode( { 'address': "100 Sycamore Estates Dr, Aurora, IN 47001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-IN-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('aurora-IN-woodforest-national-bank'), mapOptions);}document.getElementById('3d22da85').innerHTML += ' | View Map';var $lf340c2f9d9a79c6243ea596349704822 = '

Woodforest National Bank

Address: 100 Sycamore Estates Dr, Aurora, IN 47001
Phone: (812) 926-3159
';var m_f340c2f9d9a79c6243ea596349704822 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_f340c2f9d9a79c6243ea596349704822['infowindow'] = new google.maps.InfoWindow({content: $lf340c2f9d9a79c6243ea596349704822});var infowindow = new google.maps.InfoWindow({content: $lf340c2f9d9a79c6243ea596349704822});google.maps.event.addListener(m_f340c2f9d9a79c6243ea596349704822, 'click', function() {infowindow.open(map,m_f340c2f9d9a79c6243ea596349704822);});$marker.push(m_f340c2f9d9a79c6243ea596349704822);}});}google.maps.event.addDomListener(window, 'load', initialize);