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.9133,-83.6091)};var g_7d822b455dfe04415f0798e0d2105a13 = new google.maps.Geocoder();g_7d822b455dfe04415f0798e0d2105a13.geocode( { 'address': "8195 S Saginaw St Suite 2A, Grand Blanc, MI 48439, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-blanc-MI-bayview-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('grand-blanc-MI-bayview-financial-group-llc'), mapOptions);}document.getElementById('e2b02760').innerHTML += ' | View Map';var $l7d822b455dfe04415f0798e0d2105a13 = '

Bayview Financial Group, LLC

Address: 8195 S Saginaw St Suite 2A, Grand Blanc, MI 48439, USA
Phone: (810) 653-1200
';var m_7d822b455dfe04415f0798e0d2105a13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bayview Financial Group, LLC',});m_7d822b455dfe04415f0798e0d2105a13['infowindow'] = new google.maps.InfoWindow({content: $l7d822b455dfe04415f0798e0d2105a13});var infowindow = new google.maps.InfoWindow({content: $l7d822b455dfe04415f0798e0d2105a13});google.maps.event.addListener(m_7d822b455dfe04415f0798e0d2105a13, 'click', function() {infowindow.open(map,m_7d822b455dfe04415f0798e0d2105a13);});$marker.push(m_7d822b455dfe04415f0798e0d2105a13);}});}google.maps.event.addDomListener(window, 'load', initialize);