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_83e12324b969dc3e2bfa47301b86b352 = new google.maps.Geocoder();g_83e12324b969dc3e2bfa47301b86b352.geocode( { 'address': "3601 Wabash Ave, Springfield, IL 62711"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-town-country-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-town-country-financial-corp'), mapOptions);}document.getElementById('f1966181').innerHTML += ' | View Map';var $l83e12324b969dc3e2bfa47301b86b352 = '

Town & Country Financial Corp

Address: 3601 Wabash Ave, Springfield, IL 62711
Phone: (217) 787-3100
';var m_83e12324b969dc3e2bfa47301b86b352 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town & Country Financial Corp',});m_83e12324b969dc3e2bfa47301b86b352['infowindow'] = new google.maps.InfoWindow({content: $l83e12324b969dc3e2bfa47301b86b352});var infowindow = new google.maps.InfoWindow({content: $l83e12324b969dc3e2bfa47301b86b352});google.maps.event.addListener(m_83e12324b969dc3e2bfa47301b86b352, 'click', function() {infowindow.open(map,m_83e12324b969dc3e2bfa47301b86b352);});$marker.push(m_83e12324b969dc3e2bfa47301b86b352);}});}google.maps.event.addDomListener(window, 'load', initialize);