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.0452,-88.1258)};var g_c0eaa5931999618042cfc6a0801950f6 = new google.maps.Geocoder();g_c0eaa5931999618042cfc6a0801950f6.geocode( { 'address': "395 W Higgins Rd, Hoffman Estates, IL 60169"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoffman-estates-IL-first-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('hoffman-estates-IL-first-american-bank'), mapOptions);}document.getElementById('696d49a7').innerHTML += ' | View Map';var $lc0eaa5931999618042cfc6a0801950f6 = '

First American Bank

Address: 395 W Higgins Rd, Hoffman Estates, IL 60169
Phone: (847) 586-2424
';var m_c0eaa5931999618042cfc6a0801950f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American Bank',});m_c0eaa5931999618042cfc6a0801950f6['infowindow'] = new google.maps.InfoWindow({content: $lc0eaa5931999618042cfc6a0801950f6});var infowindow = new google.maps.InfoWindow({content: $lc0eaa5931999618042cfc6a0801950f6});google.maps.event.addListener(m_c0eaa5931999618042cfc6a0801950f6, 'click', function() {infowindow.open(map,m_c0eaa5931999618042cfc6a0801950f6);});$marker.push(m_c0eaa5931999618042cfc6a0801950f6);}});}google.maps.event.addDomListener(window, 'load', initialize);