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.6841,-82.9187)};var g_cf8286f2288aa376217f4ddc40d4e0d8 = new google.maps.Geocoder();g_cf8286f2288aa376217f4ddc40d4e0d8.geocode( { 'address': "51122 Romeo Plank Rd, Macomb, MI 48042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macomb-MI-edward-jones').style.display = '';map = new google.maps.Map(document.getElementById('macomb-MI-edward-jones'), mapOptions);}document.getElementById('f682a621').innerHTML += ' | View Map';var $lcf8286f2288aa376217f4ddc40d4e0d8 = '

Edward Jones

Address: 51122 Romeo Plank Rd, Macomb, MI 48042
Phone: (586) 781-7988
';var m_cf8286f2288aa376217f4ddc40d4e0d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edward Jones',});m_cf8286f2288aa376217f4ddc40d4e0d8['infowindow'] = new google.maps.InfoWindow({content: $lcf8286f2288aa376217f4ddc40d4e0d8});var infowindow = new google.maps.InfoWindow({content: $lcf8286f2288aa376217f4ddc40d4e0d8});google.maps.event.addListener(m_cf8286f2288aa376217f4ddc40d4e0d8, 'click', function() {infowindow.open(map,m_cf8286f2288aa376217f4ddc40d4e0d8);});$marker.push(m_cf8286f2288aa376217f4ddc40d4e0d8);}});}google.maps.event.addDomListener(window, 'load', initialize);