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.2336,-83.6765)};var g_baa84d7484ed55a1379523de0775d4f4 = new google.maps.Geocoder();g_baa84d7484ed55a1379523de0775d4f4.geocode( { 'address': "3825 Carpenter Rd, Ypsilanti, MI 48197, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ypsilanti-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ypsilanti-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('4660534e').innerHTML += ' | View Map';var $lbaa84d7484ed55a1379523de0775d4f4 = '

ATM (Huntington National Bank)

Address: 3825 Carpenter Rd, Ypsilanti, MI 48197, USA
Phone: (734) 975-0328
';var m_baa84d7484ed55a1379523de0775d4f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_baa84d7484ed55a1379523de0775d4f4['infowindow'] = new google.maps.InfoWindow({content: $lbaa84d7484ed55a1379523de0775d4f4});var infowindow = new google.maps.InfoWindow({content: $lbaa84d7484ed55a1379523de0775d4f4});google.maps.event.addListener(m_baa84d7484ed55a1379523de0775d4f4, 'click', function() {infowindow.open(map,m_baa84d7484ed55a1379523de0775d4f4);});$marker.push(m_baa84d7484ed55a1379523de0775d4f4);}});}google.maps.event.addDomListener(window, 'load', initialize);