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(41.881,-87.6247)};var g_6ba88e43a555bbf6c47a5781b749c77c = new google.maps.Geocoder();g_6ba88e43a555bbf6c47a5781b749c77c.geocode( { 'address': "7936 S Cottage Grove Ave, Chicago, IL 60619"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-shore-bank').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-shore-bank'), mapOptions);}document.getElementById('60d87c12').innerHTML += ' | View Map';var $l6ba88e43a555bbf6c47a5781b749c77c = '

Shore Bank

Address: 7936 S Cottage Grove Ave, Chicago, IL 60619
Phone: (773) 371-7000
';var m_6ba88e43a555bbf6c47a5781b749c77c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shore Bank',});m_6ba88e43a555bbf6c47a5781b749c77c['infowindow'] = new google.maps.InfoWindow({content: $l6ba88e43a555bbf6c47a5781b749c77c});var infowindow = new google.maps.InfoWindow({content: $l6ba88e43a555bbf6c47a5781b749c77c});google.maps.event.addListener(m_6ba88e43a555bbf6c47a5781b749c77c, 'click', function() {infowindow.open(map,m_6ba88e43a555bbf6c47a5781b749c77c);});$marker.push(m_6ba88e43a555bbf6c47a5781b749c77c);}});}google.maps.event.addDomListener(window, 'load', initialize);