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.9027,-83.6031)};var g_a93a879594c13c12a83fd45ab289a022 = new google.maps.Geocoder();g_a93a879594c13c12a83fd45ab289a022.geocode( { 'address': "5225 E Cook Rd, Grand Blanc, MI 48439, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-blanc-MI-grand-oak-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('grand-blanc-MI-grand-oak-mortgage-co'), mapOptions);}document.getElementById('0d70f8ec').innerHTML += ' | View Map';var $la93a879594c13c12a83fd45ab289a022 = '

Grand Oak Mortgage Co

Address: 5225 E Cook Rd, Grand Blanc, MI 48439, USA
Phone: (810) 695-5400
';var m_a93a879594c13c12a83fd45ab289a022 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grand Oak Mortgage Co',});m_a93a879594c13c12a83fd45ab289a022['infowindow'] = new google.maps.InfoWindow({content: $la93a879594c13c12a83fd45ab289a022});var infowindow = new google.maps.InfoWindow({content: $la93a879594c13c12a83fd45ab289a022});google.maps.event.addListener(m_a93a879594c13c12a83fd45ab289a022, 'click', function() {infowindow.open(map,m_a93a879594c13c12a83fd45ab289a022);});$marker.push(m_a93a879594c13c12a83fd45ab289a022);}});}google.maps.event.addDomListener(window, 'load', initialize);