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()};var g_073754d13ca65ee6903491686ed7c141 = new google.maps.Geocoder();g_073754d13ca65ee6903491686ed7c141.geocode( { 'address': "28200 Orchard Lake Rd, Farmington Hills, MI 48334"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-hills-MI-first-capital-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('farmington-hills-MI-first-capital-mortgage'), mapOptions);}document.getElementById('b3b1c7d8').innerHTML += ' | View Map';var $l073754d13ca65ee6903491686ed7c141 = '

First Capital Mortgage

Address: 28200 Orchard Lake Rd, Farmington Hills, MI 48334
Phone: (248) 626-0400
';var m_073754d13ca65ee6903491686ed7c141 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Capital Mortgage',});m_073754d13ca65ee6903491686ed7c141['infowindow'] = new google.maps.InfoWindow({content: $l073754d13ca65ee6903491686ed7c141});var infowindow = new google.maps.InfoWindow({content: $l073754d13ca65ee6903491686ed7c141});google.maps.event.addListener(m_073754d13ca65ee6903491686ed7c141, 'click', function() {infowindow.open(map,m_073754d13ca65ee6903491686ed7c141);});$marker.push(m_073754d13ca65ee6903491686ed7c141);}});}google.maps.event.addDomListener(window, 'load', initialize);