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.2044,-85.5987)};var g_edbac39df611159f89c10012a27d1563 = new google.maps.Geocoder();g_edbac39df611159f89c10012a27d1563.geocode( { 'address': "7127 S Westnedge Ave, Portage, MI 49002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portage-MI-huntington-mortgage-company-the').style.display = '';map = new google.maps.Map(document.getElementById('portage-MI-huntington-mortgage-company-the'), mapOptions);}document.getElementById('e801dadd').innerHTML += ' | View Map';var $ledbac39df611159f89c10012a27d1563 = '

Huntington Mortgage Company the

Address: 7127 S Westnedge Ave, Portage, MI 49002
Phone: (269) 324-4646
';var m_edbac39df611159f89c10012a27d1563 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Mortgage Company the',});m_edbac39df611159f89c10012a27d1563['infowindow'] = new google.maps.InfoWindow({content: $ledbac39df611159f89c10012a27d1563});var infowindow = new google.maps.InfoWindow({content: $ledbac39df611159f89c10012a27d1563});google.maps.event.addListener(m_edbac39df611159f89c10012a27d1563, 'click', function() {infowindow.open(map,m_edbac39df611159f89c10012a27d1563);});$marker.push(m_edbac39df611159f89c10012a27d1563);}});}google.maps.event.addDomListener(window, 'load', initialize);