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.5418,-83.282)};var g_263dfe83041a90479c49d26e3bf00a3b = new google.maps.Geocoder();g_263dfe83041a90479c49d26e3bf00a3b.geocode( { 'address': "100 Bloomfield Hills Pkwy, Bloomfield Hills, MI 48304"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-hills-MI-chase-manhattan-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-hills-MI-chase-manhattan-mortgage'), mapOptions);}document.getElementById('24065ad2').innerHTML += ' | View Map';var $l263dfe83041a90479c49d26e3bf00a3b = '

Chase Manhattan Mortgage

Address: 100 Bloomfield Hills Pkwy, Bloomfield Hills, MI 48304
Phone: (248) 203-6175
';var m_263dfe83041a90479c49d26e3bf00a3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Manhattan Mortgage',});m_263dfe83041a90479c49d26e3bf00a3b['infowindow'] = new google.maps.InfoWindow({content: $l263dfe83041a90479c49d26e3bf00a3b});var infowindow = new google.maps.InfoWindow({content: $l263dfe83041a90479c49d26e3bf00a3b});google.maps.event.addListener(m_263dfe83041a90479c49d26e3bf00a3b, 'click', function() {infowindow.open(map,m_263dfe83041a90479c49d26e3bf00a3b);});$marker.push(m_263dfe83041a90479c49d26e3bf00a3b);}});}google.maps.event.addDomListener(window, 'load', initialize);