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.7984,-89.6466)};var g_661829d7f06554fbd679c968344e11f6 = new google.maps.Geocoder();g_661829d7f06554fbd679c968344e11f6.geocode( { 'address': "1100 Lejune Dr, Springfield, IL 62703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-woodforest-national-bank'), mapOptions);}document.getElementById('e05754b0').innerHTML += ' | View Map';var $l661829d7f06554fbd679c968344e11f6 = '

Woodforest National Bank

Address: 1100 Lejune Dr, Springfield, IL 62703
Phone: (217) 585-0582
';var m_661829d7f06554fbd679c968344e11f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_661829d7f06554fbd679c968344e11f6['infowindow'] = new google.maps.InfoWindow({content: $l661829d7f06554fbd679c968344e11f6});var infowindow = new google.maps.InfoWindow({content: $l661829d7f06554fbd679c968344e11f6});google.maps.event.addListener(m_661829d7f06554fbd679c968344e11f6, 'click', function() {infowindow.open(map,m_661829d7f06554fbd679c968344e11f6);});$marker.push(m_661829d7f06554fbd679c968344e11f6);}});}google.maps.event.addDomListener(window, 'load', initialize);