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.0468,-88.0584)};var g_958adb57686c2fdec5796398de5f317a = new google.maps.Geocoder();g_958adb57686c2fdec5796398de5f317a.geocode( { 'address': "951 N Plum Grove Rd, #H, Schaumburg, IL 60173, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schaumburg-IL-bluestar-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('schaumburg-IL-bluestar-mortgage'), mapOptions);}document.getElementById('a834a541').innerHTML += ' | View Map';var $l958adb57686c2fdec5796398de5f317a = '

Bluestar Mortgage

Address: 951 N Plum Grove Rd, #H, Schaumburg, IL 60173, USA
Phone: (847) 230-4030
';var m_958adb57686c2fdec5796398de5f317a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bluestar Mortgage',});m_958adb57686c2fdec5796398de5f317a['infowindow'] = new google.maps.InfoWindow({content: $l958adb57686c2fdec5796398de5f317a});var infowindow = new google.maps.InfoWindow({content: $l958adb57686c2fdec5796398de5f317a});google.maps.event.addListener(m_958adb57686c2fdec5796398de5f317a, 'click', function() {infowindow.open(map,m_958adb57686c2fdec5796398de5f317a);});$marker.push(m_958adb57686c2fdec5796398de5f317a);}});}google.maps.event.addDomListener(window, 'load', initialize);