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.6563,-82.9353)};var g_8f86e15bc763aa2b566e5b74829200a2 = new google.maps.Geocoder();g_8f86e15bc763aa2b566e5b74829200a2.geocode( { 'address': "48800 Romeo Plank Rd, Macomb, MI 48044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macomb-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('macomb-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('153916ed').innerHTML += ' | View Map';var $l8f86e15bc763aa2b566e5b74829200a2 = '

ATM (Huntington National Bank)

Address: 48800 Romeo Plank Rd, Macomb, MI 48044, USA
Phone:
';var m_8f86e15bc763aa2b566e5b74829200a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_8f86e15bc763aa2b566e5b74829200a2['infowindow'] = new google.maps.InfoWindow({content: $l8f86e15bc763aa2b566e5b74829200a2});var infowindow = new google.maps.InfoWindow({content: $l8f86e15bc763aa2b566e5b74829200a2});google.maps.event.addListener(m_8f86e15bc763aa2b566e5b74829200a2, 'click', function() {infowindow.open(map,m_8f86e15bc763aa2b566e5b74829200a2);});$marker.push(m_8f86e15bc763aa2b566e5b74829200a2);}});}google.maps.event.addDomListener(window, 'load', initialize);