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_4884a9a553568dcfc894cc2728b6b0dc = new google.maps.Geocoder();g_4884a9a553568dcfc894cc2728b6b0dc.geocode( { 'address': "3635 N Harlem Ave, Chicago, IL 60634"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-nationwide-banc').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-nationwide-banc'), mapOptions);}document.getElementById('84d96a92').innerHTML += ' | View Map';var $l4884a9a553568dcfc894cc2728b6b0dc = '

Nationwide Banc

Address: 3635 N Harlem Ave, Chicago, IL 60634
Phone: (773) 202-9700
';var m_4884a9a553568dcfc894cc2728b6b0dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Banc',});m_4884a9a553568dcfc894cc2728b6b0dc['infowindow'] = new google.maps.InfoWindow({content: $l4884a9a553568dcfc894cc2728b6b0dc});var infowindow = new google.maps.InfoWindow({content: $l4884a9a553568dcfc894cc2728b6b0dc});google.maps.event.addListener(m_4884a9a553568dcfc894cc2728b6b0dc, 'click', function() {infowindow.open(map,m_4884a9a553568dcfc894cc2728b6b0dc);});$marker.push(m_4884a9a553568dcfc894cc2728b6b0dc);}});}google.maps.event.addDomListener(window, 'load', initialize);