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.1112,-87.8268)};var g_5b954adab1ac7a7ad71eb0095623abf2 = new google.maps.Geocoder();g_5b954adab1ac7a7ad71eb0095623abf2.geocode( { 'address': "1901 Raymond Dr #1, Northbrook, IL 60062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northbrook-IL-b2-funding-corporation').style.display = '';map = new google.maps.Map(document.getElementById('northbrook-IL-b2-funding-corporation'), mapOptions);}document.getElementById('8777940b').innerHTML += ' | View Map';var $l5b954adab1ac7a7ad71eb0095623abf2 = '

B2 Funding Corporation

Address: 1901 Raymond Dr #1, Northbrook, IL 60062, USA
Phone: (877) 781-9777
';var m_5b954adab1ac7a7ad71eb0095623abf2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B2 Funding Corporation',});m_5b954adab1ac7a7ad71eb0095623abf2['infowindow'] = new google.maps.InfoWindow({content: $l5b954adab1ac7a7ad71eb0095623abf2});var infowindow = new google.maps.InfoWindow({content: $l5b954adab1ac7a7ad71eb0095623abf2});google.maps.event.addListener(m_5b954adab1ac7a7ad71eb0095623abf2, 'click', function() {infowindow.open(map,m_5b954adab1ac7a7ad71eb0095623abf2);});$marker.push(m_5b954adab1ac7a7ad71eb0095623abf2);}});}google.maps.event.addDomListener(window, 'load', initialize);