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_f8169d1798f912a4f544390d8a53cb92 = new google.maps.Geocoder();g_f8169d1798f912a4f544390d8a53cb92.geocode( { 'address': "3261 S Meadowbrook Rd, Springfield, IL 62711"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-bankers-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-bankers-bank'), mapOptions);}document.getElementById('3d5924d9').innerHTML += ' | View Map';var $lf8169d1798f912a4f544390d8a53cb92 = '

Bankers' Bank

Address: 3261 S Meadowbrook Rd, Springfield, IL 62711
Phone: (217) 698-6022
';var m_f8169d1798f912a4f544390d8a53cb92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankers' Bank',});m_f8169d1798f912a4f544390d8a53cb92['infowindow'] = new google.maps.InfoWindow({content: $lf8169d1798f912a4f544390d8a53cb92});var infowindow = new google.maps.InfoWindow({content: $lf8169d1798f912a4f544390d8a53cb92});google.maps.event.addListener(m_f8169d1798f912a4f544390d8a53cb92, 'click', function() {infowindow.open(map,m_f8169d1798f912a4f544390d8a53cb92);});$marker.push(m_f8169d1798f912a4f544390d8a53cb92);}});}google.maps.event.addDomListener(window, 'load', initialize);