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.3723,-87.932)};var g_77c682970fb3d4f973a5220c1462dacf = new google.maps.Geocoder();g_77c682970fb3d4f973a5220c1462dacf.geocode( { 'address': "675 N Oplaine Rd, Gurnee, IL 60031"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gurnee-IL-gurnee-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('gurnee-IL-gurnee-community-bank'), mapOptions);}document.getElementById('2a73f21f').innerHTML += ' | View Map';var $l77c682970fb3d4f973a5220c1462dacf = '

Gurnee Community Bank

Address: 675 N Oplaine Rd, Gurnee, IL 60031
Phone: (847) 625-3800
';var m_77c682970fb3d4f973a5220c1462dacf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gurnee Community Bank',});m_77c682970fb3d4f973a5220c1462dacf['infowindow'] = new google.maps.InfoWindow({content: $l77c682970fb3d4f973a5220c1462dacf});var infowindow = new google.maps.InfoWindow({content: $l77c682970fb3d4f973a5220c1462dacf});google.maps.event.addListener(m_77c682970fb3d4f973a5220c1462dacf, 'click', function() {infowindow.open(map,m_77c682970fb3d4f973a5220c1462dacf);});$marker.push(m_77c682970fb3d4f973a5220c1462dacf);}});}google.maps.event.addDomListener(window, 'load', initialize);