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.4608,-83.1382)};var g_d108ce39d7f265448f15d0a68683ed17 = new google.maps.Geocoder();g_d108ce39d7f265448f15d0a68683ed17.geocode( { 'address': "306 W Nine Mile Rd, Ferndale, MI 48220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ferndale-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('ferndale-MI-huntington-bank'), mapOptions);}document.getElementById('495baea4').innerHTML += ' | View Map';var $ld108ce39d7f265448f15d0a68683ed17 = '

Huntington Bank

Address: 306 W Nine Mile Rd, Ferndale, MI 48220, USA
Phone: (248) 544-3980
';var m_d108ce39d7f265448f15d0a68683ed17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_d108ce39d7f265448f15d0a68683ed17['infowindow'] = new google.maps.InfoWindow({content: $ld108ce39d7f265448f15d0a68683ed17});var infowindow = new google.maps.InfoWindow({content: $ld108ce39d7f265448f15d0a68683ed17});google.maps.event.addListener(m_d108ce39d7f265448f15d0a68683ed17, 'click', function() {infowindow.open(map,m_d108ce39d7f265448f15d0a68683ed17);});$marker.push(m_d108ce39d7f265448f15d0a68683ed17);}});}google.maps.event.addDomListener(window, 'load', initialize);