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.462,-83.2018)};var g_47af7fca91dd663217384fadcd58c8ab = new google.maps.Geocoder();g_47af7fca91dd663217384fadcd58c8ab.geocode( { 'address': "23195 Greenfield Rd, Southfield, MI 48075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southfield-MI-huntington-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('southfield-MI-huntington-national-bank-atm'), mapOptions);}document.getElementById('82f37d44').innerHTML += ' | View Map';var $l47af7fca91dd663217384fadcd58c8ab = '

Huntington National Bank ATM

Address: 23195 Greenfield Rd, Southfield, MI 48075, USA
Phone: (248) 799-9655
';var m_47af7fca91dd663217384fadcd58c8ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank ATM',});m_47af7fca91dd663217384fadcd58c8ab['infowindow'] = new google.maps.InfoWindow({content: $l47af7fca91dd663217384fadcd58c8ab});var infowindow = new google.maps.InfoWindow({content: $l47af7fca91dd663217384fadcd58c8ab});google.maps.event.addListener(m_47af7fca91dd663217384fadcd58c8ab, 'click', function() {infowindow.open(map,m_47af7fca91dd663217384fadcd58c8ab);});$marker.push(m_47af7fca91dd663217384fadcd58c8ab);}});}google.maps.event.addDomListener(window, 'load', initialize);