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.9186,-87.6774)};var g_94d231f11cdc1fae024849f33f7a7156 = new google.maps.Geocoder();g_94d231f11cdc1fae024849f33f7a7156.geocode( { 'address': "2027 North Damen Avenue Chicago IL 60647 United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-neighborhood-loans').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-neighborhood-loans'), mapOptions);}document.getElementById('4dddf782').innerHTML += ' | View Map';var $l94d231f11cdc1fae024849f33f7a7156 = '

Neighborhood Loans: Bucktown - NMLS ID: 222982

Address: 2027 North Damen Avenue Chicago IL 60647 United States
Phone: (773) 688-9998
';var m_94d231f11cdc1fae024849f33f7a7156 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighborhood Loans: Bucktown - NMLS ID: 222982',});m_94d231f11cdc1fae024849f33f7a7156['infowindow'] = new google.maps.InfoWindow({content: $l94d231f11cdc1fae024849f33f7a7156});var infowindow = new google.maps.InfoWindow({content: $l94d231f11cdc1fae024849f33f7a7156});google.maps.event.addListener(m_94d231f11cdc1fae024849f33f7a7156, 'click', function() {infowindow.open(map,m_94d231f11cdc1fae024849f33f7a7156);});$marker.push(m_94d231f11cdc1fae024849f33f7a7156);}});}google.maps.event.addDomListener(window, 'load', initialize);