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.0911,-86.413)};var g_f83869ae77689067777b6006d67b1fc1 = new google.maps.Geocoder();g_f83869ae77689067777b6006d67b1fc1.geocode( { 'address': "1873 E Napier Ave, Benton Harbor, MI 49022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benton-harbor-MI-honor-credit-union---benton-harbor-branch').style.display = '';map = new google.maps.Map(document.getElementById('benton-harbor-MI-honor-credit-union---benton-harbor-branch'), mapOptions);}document.getElementById('f62097fa').innerHTML += ' | View Map';var $lf83869ae77689067777b6006d67b1fc1 = '

Honor Credit Union - Benton Harbor Branch

Address: 1873 E Napier Ave, Benton Harbor, MI 49022, USA
Phone: (269) 925-1159
';var m_f83869ae77689067777b6006d67b1fc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Honor Credit Union - Benton Harbor Branch',});m_f83869ae77689067777b6006d67b1fc1['infowindow'] = new google.maps.InfoWindow({content: $lf83869ae77689067777b6006d67b1fc1});var infowindow = new google.maps.InfoWindow({content: $lf83869ae77689067777b6006d67b1fc1});google.maps.event.addListener(m_f83869ae77689067777b6006d67b1fc1, 'click', function() {infowindow.open(map,m_f83869ae77689067777b6006d67b1fc1);});$marker.push(m_f83869ae77689067777b6006d67b1fc1);}});}google.maps.event.addDomListener(window, 'load', initialize);