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.0875,-86.4297)};var g_67f1879e2fc8c649f9e353601ac8665f = new google.maps.Geocoder();g_67f1879e2fc8c649f9e353601ac8665f.geocode( { 'address': "1211 E Napier Ave #2, Benton Harbor, MI 49022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benton-harbor-MI-best-home-financial').style.display = '';map = new google.maps.Map(document.getElementById('benton-harbor-MI-best-home-financial'), mapOptions);}document.getElementById('29fa4a22').innerHTML += ' | View Map';var $l67f1879e2fc8c649f9e353601ac8665f = '

Best Home Financial

Address: 1211 E Napier Ave #2, Benton Harbor, MI 49022, USA
Phone: (269) 926-8966
';var m_67f1879e2fc8c649f9e353601ac8665f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Best Home Financial',});m_67f1879e2fc8c649f9e353601ac8665f['infowindow'] = new google.maps.InfoWindow({content: $l67f1879e2fc8c649f9e353601ac8665f});var infowindow = new google.maps.InfoWindow({content: $l67f1879e2fc8c649f9e353601ac8665f});google.maps.event.addListener(m_67f1879e2fc8c649f9e353601ac8665f, 'click', function() {infowindow.open(map,m_67f1879e2fc8c649f9e353601ac8665f);});$marker.push(m_67f1879e2fc8c649f9e353601ac8665f);}});}google.maps.event.addDomListener(window, 'load', initialize);