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

Huntington National Bank

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