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.4919,-83.1407)};var g_d537b88df8fe11bf4cba3d5ed1d86360 = new google.maps.Geocoder();g_d537b88df8fe11bf4cba3d5ed1d86360.geocode( { 'address': "2402 N Connecticut Ave, Royal Oak, MI 48073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('royal-oak-MI-strategic-capital-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('royal-oak-MI-strategic-capital-mortgage'), mapOptions);}document.getElementById('a23829c0').innerHTML += ' | View Map';var $ld537b88df8fe11bf4cba3d5ed1d86360 = '

Strategic Capital Mortgage

Address: 2402 N Connecticut Ave, Royal Oak, MI 48073
Phone: (248) 298-0610
';var m_d537b88df8fe11bf4cba3d5ed1d86360 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Strategic Capital Mortgage',});m_d537b88df8fe11bf4cba3d5ed1d86360['infowindow'] = new google.maps.InfoWindow({content: $ld537b88df8fe11bf4cba3d5ed1d86360});var infowindow = new google.maps.InfoWindow({content: $ld537b88df8fe11bf4cba3d5ed1d86360});google.maps.event.addListener(m_d537b88df8fe11bf4cba3d5ed1d86360, 'click', function() {infowindow.open(map,m_d537b88df8fe11bf4cba3d5ed1d86360);});$marker.push(m_d537b88df8fe11bf4cba3d5ed1d86360);}});}google.maps.event.addDomListener(window, 'load', initialize);