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.6949,-89.4794)};var g_10c247f9dcdc96f8ddf60eb420df3799 = new google.maps.Geocoder();g_10c247f9dcdc96f8ddf60eb420df3799.geocode( { 'address': "1980 Freedom Pkwy, Washington, IL 61571"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-IL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-IL-woodforest-national-bank'), mapOptions);}document.getElementById('38d530e3').innerHTML += ' | View Map';var $l10c247f9dcdc96f8ddf60eb420df3799 = '

Woodforest National Bank

Address: 1980 Freedom Pkwy, Washington, IL 61571
Phone: (309) 745-1325
';var m_10c247f9dcdc96f8ddf60eb420df3799 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_10c247f9dcdc96f8ddf60eb420df3799['infowindow'] = new google.maps.InfoWindow({content: $l10c247f9dcdc96f8ddf60eb420df3799});var infowindow = new google.maps.InfoWindow({content: $l10c247f9dcdc96f8ddf60eb420df3799});google.maps.event.addListener(m_10c247f9dcdc96f8ddf60eb420df3799, 'click', function() {infowindow.open(map,m_10c247f9dcdc96f8ddf60eb420df3799);});$marker.push(m_10c247f9dcdc96f8ddf60eb420df3799);}});}google.maps.event.addDomListener(window, 'load', initialize);