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(43.0429,-83.3229)};var g_a07fa766372e1e5ad47a6e5970821293 = new google.maps.Geocoder();g_a07fa766372e1e5ad47a6e5970821293.geocode( { 'address': "700 S Main St #219, Lapeer, MI 48446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lapeer-MI-simple-mortgage---home-loans---refinance').style.display = '';map = new google.maps.Map(document.getElementById('lapeer-MI-simple-mortgage---home-loans---refinance'), mapOptions);}document.getElementById('f5d31c40').innerHTML += ' | View Map';var $la07fa766372e1e5ad47a6e5970821293 = '

Simple Mortgage - Home Loans - Refinance

Address: 700 S Main St #219, Lapeer, MI 48446, USA
Phone: (810) 245-9936
';var m_a07fa766372e1e5ad47a6e5970821293 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simple Mortgage - Home Loans - Refinance',});m_a07fa766372e1e5ad47a6e5970821293['infowindow'] = new google.maps.InfoWindow({content: $la07fa766372e1e5ad47a6e5970821293});var infowindow = new google.maps.InfoWindow({content: $la07fa766372e1e5ad47a6e5970821293});google.maps.event.addListener(m_a07fa766372e1e5ad47a6e5970821293, 'click', function() {infowindow.open(map,m_a07fa766372e1e5ad47a6e5970821293);});$marker.push(m_a07fa766372e1e5ad47a6e5970821293);}});}google.maps.event.addDomListener(window, 'load', initialize);