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(38.6048,-89.9842)};var g_c77fe938475d68aecc38d2a49400979b = new google.maps.Geocoder();g_c77fe938475d68aecc38d2a49400979b.geocode( { 'address': "303 Fountains Pkwy, Fairview Heights, IL 62208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairview-heights-IL-town-and-country-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairview-heights-IL-town-and-country-bank'), mapOptions);}document.getElementById('951f4a1c').innerHTML += ' | View Map';var $lc77fe938475d68aecc38d2a49400979b = '

Town and Country Bank

Address: 303 Fountains Pkwy, Fairview Heights, IL 62208, USA
Phone: (618) 624-7375
';var m_c77fe938475d68aecc38d2a49400979b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town and Country Bank',});m_c77fe938475d68aecc38d2a49400979b['infowindow'] = new google.maps.InfoWindow({content: $lc77fe938475d68aecc38d2a49400979b});var infowindow = new google.maps.InfoWindow({content: $lc77fe938475d68aecc38d2a49400979b});google.maps.event.addListener(m_c77fe938475d68aecc38d2a49400979b, 'click', function() {infowindow.open(map,m_c77fe938475d68aecc38d2a49400979b);});$marker.push(m_c77fe938475d68aecc38d2a49400979b);}});}google.maps.event.addDomListener(window, 'load', initialize);