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

Huntington Bank

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