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.5596,-83.2226)};var g_996b656bdde107fd9121436ae69e7026 = new google.maps.Geocoder();g_996b656bdde107fd9121436ae69e7026.geocode( { 'address': "37000 Woodward Ave, Bloomfield Hills, MI 48304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-hills-MI-greenstone-financial-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-hills-MI-greenstone-financial-services-llc'), mapOptions);}document.getElementById('2449e2bd').innerHTML += ' | View Map';var $l996b656bdde107fd9121436ae69e7026 = '

Greenstone Financial Services LLC

Address: 37000 Woodward Ave, Bloomfield Hills, MI 48304, USA
Phone: (248) 647-4702
';var m_996b656bdde107fd9121436ae69e7026 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greenstone Financial Services LLC',});m_996b656bdde107fd9121436ae69e7026['infowindow'] = new google.maps.InfoWindow({content: $l996b656bdde107fd9121436ae69e7026});var infowindow = new google.maps.InfoWindow({content: $l996b656bdde107fd9121436ae69e7026});google.maps.event.addListener(m_996b656bdde107fd9121436ae69e7026, 'click', function() {infowindow.open(map,m_996b656bdde107fd9121436ae69e7026);});$marker.push(m_996b656bdde107fd9121436ae69e7026);}});}google.maps.event.addDomListener(window, 'load', initialize);