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.9086,-83.6047)};var g_af6ab3289430998996e741de30a6c399 = new google.maps.Geocoder();g_af6ab3289430998996e741de30a6c399.geocode( { 'address': "8283 Office Park Dr, Grand Blanc, MI 48439, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-blanc-MI-guardian-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('grand-blanc-MI-guardian-mortgage-company'), mapOptions);}document.getElementById('453bc288').innerHTML += ' | View Map';var $laf6ab3289430998996e741de30a6c399 = '

Guardian Mortgage Company

Address: 8283 Office Park Dr, Grand Blanc, MI 48439, USA
Phone: (810) 694-8610
';var m_af6ab3289430998996e741de30a6c399 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guardian Mortgage Company',});m_af6ab3289430998996e741de30a6c399['infowindow'] = new google.maps.InfoWindow({content: $laf6ab3289430998996e741de30a6c399});var infowindow = new google.maps.InfoWindow({content: $laf6ab3289430998996e741de30a6c399});google.maps.event.addListener(m_af6ab3289430998996e741de30a6c399, 'click', function() {infowindow.open(map,m_af6ab3289430998996e741de30a6c399);});$marker.push(m_af6ab3289430998996e741de30a6c399);}});}google.maps.event.addDomListener(window, 'load', initialize);