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.8811,-88.6343)};var g_984de05c631a97bf146428f6de353a83 = new google.maps.Geocoder();g_984de05c631a97bf146428f6de353a83.geocode( { 'address': "1706 W Reynolds St, Pontiac, IL 61764"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontiac-IL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('pontiac-IL-woodforest-national-bank'), mapOptions);}document.getElementById('3e03f840').innerHTML += ' | View Map';var $l984de05c631a97bf146428f6de353a83 = '

Woodforest National Bank

Address: 1706 W Reynolds St, Pontiac, IL 61764
Phone: (815) 842-2053
';var m_984de05c631a97bf146428f6de353a83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_984de05c631a97bf146428f6de353a83['infowindow'] = new google.maps.InfoWindow({content: $l984de05c631a97bf146428f6de353a83});var infowindow = new google.maps.InfoWindow({content: $l984de05c631a97bf146428f6de353a83});google.maps.event.addListener(m_984de05c631a97bf146428f6de353a83, 'click', function() {infowindow.open(map,m_984de05c631a97bf146428f6de353a83);});$marker.push(m_984de05c631a97bf146428f6de353a83);}});}google.maps.event.addDomListener(window, 'load', initialize);