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.0775,-86.4162)};var g_898d06c6c87efaa97e710f66b43fcba7 = new google.maps.Geocoder();g_898d06c6c87efaa97e710f66b43fcba7.geocode( { 'address': "2215 Pipestone Rd, 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-atm').style.display = '';map = new google.maps.Map(document.getElementById('benton-harbor-MI-honor-credit-union-atm'), mapOptions);}document.getElementById('b3052a3d').innerHTML += ' | View Map';var $l898d06c6c87efaa97e710f66b43fcba7 = '

Honor Credit Union ATM

Address: 2215 Pipestone Rd, Benton Harbor, MI 49022, USA
Phone: (800) 442-2800
';var m_898d06c6c87efaa97e710f66b43fcba7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Honor Credit Union ATM',});m_898d06c6c87efaa97e710f66b43fcba7['infowindow'] = new google.maps.InfoWindow({content: $l898d06c6c87efaa97e710f66b43fcba7});var infowindow = new google.maps.InfoWindow({content: $l898d06c6c87efaa97e710f66b43fcba7});google.maps.event.addListener(m_898d06c6c87efaa97e710f66b43fcba7, 'click', function() {infowindow.open(map,m_898d06c6c87efaa97e710f66b43fcba7);});$marker.push(m_898d06c6c87efaa97e710f66b43fcba7);}});}google.maps.event.addDomListener(window, 'load', initialize);