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.3412,-88.0249)};var g_b8a7a43c42b54ca12d847eaff8f7c9e8 = new google.maps.Geocoder();g_b8a7a43c42b54ca12d847eaff8f7c9e8.geocode( { 'address': "957 E Belvidere Rd, Grayslake, IL 60030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grayslake-IL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('grayslake-IL-bank-of-america'), mapOptions);}document.getElementById('bc8bdc14').innerHTML += ' | View Map';var $lb8a7a43c42b54ca12d847eaff8f7c9e8 = '

Bank of America

Address: 957 E Belvidere Rd, Grayslake, IL 60030
Phone: (847) 548-8329
';var m_b8a7a43c42b54ca12d847eaff8f7c9e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_b8a7a43c42b54ca12d847eaff8f7c9e8['infowindow'] = new google.maps.InfoWindow({content: $lb8a7a43c42b54ca12d847eaff8f7c9e8});var infowindow = new google.maps.InfoWindow({content: $lb8a7a43c42b54ca12d847eaff8f7c9e8});google.maps.event.addListener(m_b8a7a43c42b54ca12d847eaff8f7c9e8, 'click', function() {infowindow.open(map,m_b8a7a43c42b54ca12d847eaff8f7c9e8);});$marker.push(m_b8a7a43c42b54ca12d847eaff8f7c9e8);}});}google.maps.event.addDomListener(window, 'load', initialize);