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.5197,-83.3602)};var g_75edf3c6019be1b2088c4d382561193b = new google.maps.Geocoder();g_75edf3c6019be1b2088c4d382561193b.geocode( { 'address': "30201 Orchard Lake Rd #101, Farmington Hills, MI 48334, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-hills-MI-security-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('farmington-hills-MI-security-mortgage-corporation'), mapOptions);}document.getElementById('04249044').innerHTML += ' | View Map';var $l75edf3c6019be1b2088c4d382561193b = '

Security Mortgage Corporation

Address: 30201 Orchard Lake Rd #101, Farmington Hills, MI 48334, USA
Phone: (248) 848-0999
';var m_75edf3c6019be1b2088c4d382561193b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Mortgage Corporation',});m_75edf3c6019be1b2088c4d382561193b['infowindow'] = new google.maps.InfoWindow({content: $l75edf3c6019be1b2088c4d382561193b});var infowindow = new google.maps.InfoWindow({content: $l75edf3c6019be1b2088c4d382561193b});google.maps.event.addListener(m_75edf3c6019be1b2088c4d382561193b, 'click', function() {infowindow.open(map,m_75edf3c6019be1b2088c4d382561193b);});$marker.push(m_75edf3c6019be1b2088c4d382561193b);}});}google.maps.event.addDomListener(window, 'load', initialize);