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()};var g_3e247b248fcf4cf04a2e8a72222f6690 = new google.maps.Geocoder();g_3e247b248fcf4cf04a2e8a72222f6690.geocode( { 'address': "100 W Higgins Rd, South Barrington, IL 60010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-barrington-IL-american-chartered-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-barrington-IL-american-chartered-bank'), mapOptions);}document.getElementById('9a3d4b98').innerHTML += ' | View Map';var $l3e247b248fcf4cf04a2e8a72222f6690 = '

American Chartered Bank

Address: 100 W Higgins Rd, South Barrington, IL 60010
Phone: (847) 836-0324
';var m_3e247b248fcf4cf04a2e8a72222f6690 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Chartered Bank',});m_3e247b248fcf4cf04a2e8a72222f6690['infowindow'] = new google.maps.InfoWindow({content: $l3e247b248fcf4cf04a2e8a72222f6690});var infowindow = new google.maps.InfoWindow({content: $l3e247b248fcf4cf04a2e8a72222f6690});google.maps.event.addListener(m_3e247b248fcf4cf04a2e8a72222f6690, 'click', function() {infowindow.open(map,m_3e247b248fcf4cf04a2e8a72222f6690);});$marker.push(m_3e247b248fcf4cf04a2e8a72222f6690);}});}google.maps.event.addDomListener(window, 'load', initialize);