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.5453,-83.3824)};var g_d84f5d86f6bc9fc35c0bdcc79c3766ea = new google.maps.Geocoder();g_d84f5d86f6bc9fc35c0bdcc79c3766ea.geocode( { 'address': "6960 Orchard Lake Rd Ste 340, West Bloomfield, MI 48322"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-bloomfield-MI-first-state-bank-mortgage-company-llc').style.display = '';map = new google.maps.Map(document.getElementById('west-bloomfield-MI-first-state-bank-mortgage-company-llc'), mapOptions);}document.getElementById('67eb2604').innerHTML += ' | View Map';var $ld84f5d86f6bc9fc35c0bdcc79c3766ea = '

First State Bank Mortgage Company, LLC

Address: 6960 Orchard Lake Rd Ste 340, West Bloomfield, MI 48322
Phone: (800) 372-2205
';var m_d84f5d86f6bc9fc35c0bdcc79c3766ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Mortgage Company, LLC',});m_d84f5d86f6bc9fc35c0bdcc79c3766ea['infowindow'] = new google.maps.InfoWindow({content: $ld84f5d86f6bc9fc35c0bdcc79c3766ea});var infowindow = new google.maps.InfoWindow({content: $ld84f5d86f6bc9fc35c0bdcc79c3766ea});google.maps.event.addListener(m_d84f5d86f6bc9fc35c0bdcc79c3766ea, 'click', function() {infowindow.open(map,m_d84f5d86f6bc9fc35c0bdcc79c3766ea);});$marker.push(m_d84f5d86f6bc9fc35c0bdcc79c3766ea);}});}google.maps.event.addDomListener(window, 'load', initialize);