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.5022,-83.1858)};var g_5898b95f414c85269137d3aed09b7391 = new google.maps.Geocoder();g_5898b95f414c85269137d3aed09b7391.geocode( { 'address': "2900 Coolidge Hwy, Berkley, MI 48072"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berkley-MI-first-focus-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('berkley-MI-first-focus-financial-group'), mapOptions);}document.getElementById('58717acc').innerHTML += ' | View Map';var $l5898b95f414c85269137d3aed09b7391 = '

First Focus Financial Group

Address: 2900 Coolidge Hwy, Berkley, MI 48072
Phone: (248) 543-0789
';var m_5898b95f414c85269137d3aed09b7391 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Focus Financial Group',});m_5898b95f414c85269137d3aed09b7391['infowindow'] = new google.maps.InfoWindow({content: $l5898b95f414c85269137d3aed09b7391});var infowindow = new google.maps.InfoWindow({content: $l5898b95f414c85269137d3aed09b7391});google.maps.event.addListener(m_5898b95f414c85269137d3aed09b7391, 'click', function() {infowindow.open(map,m_5898b95f414c85269137d3aed09b7391);});$marker.push(m_5898b95f414c85269137d3aed09b7391);}});}google.maps.event.addDomListener(window, 'load', initialize);