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.1975,-83.1852)};var g_f8afea611051f70e0b5ae9d3f98c8b8b = new google.maps.Geocoder();g_f8afea611051f70e0b5ae9d3f98c8b8b.geocode( { 'address': "2912 Biddle Ave, Wyandotte, MI 48192"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wyandotte-MI-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('wyandotte-MI-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('bdd47e2a').innerHTML += ' | View Map';var $lf8afea611051f70e0b5ae9d3f98c8b8b = '

Merrill Lynch Wealth Management

Address: 2912 Biddle Ave, Wyandotte, MI 48192
Phone: (734) 324-3838
';var m_f8afea611051f70e0b5ae9d3f98c8b8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_f8afea611051f70e0b5ae9d3f98c8b8b['infowindow'] = new google.maps.InfoWindow({content: $lf8afea611051f70e0b5ae9d3f98c8b8b});var infowindow = new google.maps.InfoWindow({content: $lf8afea611051f70e0b5ae9d3f98c8b8b});google.maps.event.addListener(m_f8afea611051f70e0b5ae9d3f98c8b8b, 'click', function() {infowindow.open(map,m_f8afea611051f70e0b5ae9d3f98c8b8b);});$marker.push(m_f8afea611051f70e0b5ae9d3f98c8b8b);}});}google.maps.event.addDomListener(window, 'load', initialize);