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.1117,-88.1984)};var g_732e8277feb283afe0c4703473dae5fa = new google.maps.Geocoder();g_732e8277feb283afe0c4703473dae5fa.geocode( { 'address': "100 S High Cross Rd, Urbana, IL 61802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbana-IL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('urbana-IL-woodforest-national-bank'), mapOptions);}document.getElementById('7152a576').innerHTML += ' | View Map';var $l732e8277feb283afe0c4703473dae5fa = '

Woodforest National Bank

Address: 100 S High Cross Rd, Urbana, IL 61802
Phone: (217) 344-2437
';var m_732e8277feb283afe0c4703473dae5fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_732e8277feb283afe0c4703473dae5fa['infowindow'] = new google.maps.InfoWindow({content: $l732e8277feb283afe0c4703473dae5fa});var infowindow = new google.maps.InfoWindow({content: $l732e8277feb283afe0c4703473dae5fa});google.maps.event.addListener(m_732e8277feb283afe0c4703473dae5fa, 'click', function() {infowindow.open(map,m_732e8277feb283afe0c4703473dae5fa);});$marker.push(m_732e8277feb283afe0c4703473dae5fa);}});}google.maps.event.addDomListener(window, 'load', initialize);