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_3c87f621c28d880ba87fe1428911a6bf = new google.maps.Geocoder();g_3c87f621c28d880ba87fe1428911a6bf.geocode( { 'address': "5600 W Maple Rd, West Bloomfield, MI 48322"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-bloomfield-MI-aetna-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('west-bloomfield-MI-aetna-mortgage-co'), mapOptions);}document.getElementById('aa453876').innerHTML += ' | View Map';var $l3c87f621c28d880ba87fe1428911a6bf = '

Aetna Mortgage Co.

Address: 5600 W Maple Rd, West Bloomfield, MI 48322
Phone: (248) 538-1234
';var m_3c87f621c28d880ba87fe1428911a6bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aetna Mortgage Co.',});m_3c87f621c28d880ba87fe1428911a6bf['infowindow'] = new google.maps.InfoWindow({content: $l3c87f621c28d880ba87fe1428911a6bf});var infowindow = new google.maps.InfoWindow({content: $l3c87f621c28d880ba87fe1428911a6bf});google.maps.event.addListener(m_3c87f621c28d880ba87fe1428911a6bf, 'click', function() {infowindow.open(map,m_3c87f621c28d880ba87fe1428911a6bf);});$marker.push(m_3c87f621c28d880ba87fe1428911a6bf);}});}google.maps.event.addDomListener(window, 'load', initialize);