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_98c2473648afc991669f9b9334c11072 = new google.maps.Geocoder();g_98c2473648afc991669f9b9334c11072.geocode( { 'address': "2205 1/2 S Telegraph Rd, Bloomfield Hills, MI 48302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-hills-MI-chase').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-hills-MI-chase'), mapOptions);}document.getElementById('13adf80b').innerHTML += ' | View Map';var $l98c2473648afc991669f9b9334c11072 = '

Chase

Address: 2205 1/2 S Telegraph Rd, Bloomfield Hills, MI 48302
Phone: (248) 857-5914
';var m_98c2473648afc991669f9b9334c11072 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase',});m_98c2473648afc991669f9b9334c11072['infowindow'] = new google.maps.InfoWindow({content: $l98c2473648afc991669f9b9334c11072});var infowindow = new google.maps.InfoWindow({content: $l98c2473648afc991669f9b9334c11072});google.maps.event.addListener(m_98c2473648afc991669f9b9334c11072, 'click', function() {infowindow.open(map,m_98c2473648afc991669f9b9334c11072);});$marker.push(m_98c2473648afc991669f9b9334c11072);}});}google.maps.event.addDomListener(window, 'load', initialize);