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_2f621af3cf26a0c3cc9de844dc004ec7 = new google.maps.Geocoder();g_2f621af3cf26a0c3cc9de844dc004ec7.geocode( { 'address': "837 N Milwaukee Ave, Chicago, IL 60642"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-baytree-national-bank-and-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-baytree-national-bank-and-trust-co'), mapOptions);}document.getElementById('139820fd').innerHTML += ' | View Map';var $l2f621af3cf26a0c3cc9de844dc004ec7 = '

Baytree National Bank and Trust Co

Address: 837 N Milwaukee Ave, Chicago, IL 60642
Phone: (312) 376-3760
';var m_2f621af3cf26a0c3cc9de844dc004ec7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baytree National Bank and Trust Co',});m_2f621af3cf26a0c3cc9de844dc004ec7['infowindow'] = new google.maps.InfoWindow({content: $l2f621af3cf26a0c3cc9de844dc004ec7});var infowindow = new google.maps.InfoWindow({content: $l2f621af3cf26a0c3cc9de844dc004ec7});google.maps.event.addListener(m_2f621af3cf26a0c3cc9de844dc004ec7, 'click', function() {infowindow.open(map,m_2f621af3cf26a0c3cc9de844dc004ec7);});$marker.push(m_2f621af3cf26a0c3cc9de844dc004ec7);}});}google.maps.event.addDomListener(window, 'load', initialize);