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(42.1199,-88.0356)};var g_53a3e5c66f9ae401ca57798e693cc94c = new google.maps.Geocoder();g_53a3e5c66f9ae401ca57798e693cc94c.geocode( { 'address': "300 E Northwest Hwy, Palatine, IL 60067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palatine-IL-first-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('palatine-IL-first-bank--trust-co'), mapOptions);}document.getElementById('7192d4b7').innerHTML += ' | View Map';var $l53a3e5c66f9ae401ca57798e693cc94c = '

First Bank & Trust Co

Address: 300 E Northwest Hwy, Palatine, IL 60067, USA
Phone: (847) 358-6262
';var m_53a3e5c66f9ae401ca57798e693cc94c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust Co',});m_53a3e5c66f9ae401ca57798e693cc94c['infowindow'] = new google.maps.InfoWindow({content: $l53a3e5c66f9ae401ca57798e693cc94c});var infowindow = new google.maps.InfoWindow({content: $l53a3e5c66f9ae401ca57798e693cc94c});google.maps.event.addListener(m_53a3e5c66f9ae401ca57798e693cc94c, 'click', function() {infowindow.open(map,m_53a3e5c66f9ae401ca57798e693cc94c);});$marker.push(m_53a3e5c66f9ae401ca57798e693cc94c);}});}google.maps.event.addDomListener(window, 'load', initialize);