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.3445,-83.7392)};var g_64c46b95a53d6e2272c5d0d567ee0d67 = new google.maps.Geocoder();g_64c46b95a53d6e2272c5d0d567ee0d67.geocode( { 'address': "544 N Main St, Frankenmuth, MI 48734, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frankenmuth-MI-neighborhood-mortgage-solutions').style.display = '';map = new google.maps.Map(document.getElementById('frankenmuth-MI-neighborhood-mortgage-solutions'), mapOptions);}document.getElementById('8ca87cf2').innerHTML += ' | View Map';var $l64c46b95a53d6e2272c5d0d567ee0d67 = '

Neighborhood Mortgage Solutions

Address: 544 N Main St, Frankenmuth, MI 48734, USA
Phone: (989) 497-1651
';var m_64c46b95a53d6e2272c5d0d567ee0d67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighborhood Mortgage Solutions',});m_64c46b95a53d6e2272c5d0d567ee0d67['infowindow'] = new google.maps.InfoWindow({content: $l64c46b95a53d6e2272c5d0d567ee0d67});var infowindow = new google.maps.InfoWindow({content: $l64c46b95a53d6e2272c5d0d567ee0d67});google.maps.event.addListener(m_64c46b95a53d6e2272c5d0d567ee0d67, 'click', function() {infowindow.open(map,m_64c46b95a53d6e2272c5d0d567ee0d67);});$marker.push(m_64c46b95a53d6e2272c5d0d567ee0d67);}});}google.maps.event.addDomListener(window, 'load', initialize);