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(41.8219,-86.2587)};var g_af13b9a22b3f1ea3ecabd22e6b78d549 = new google.maps.Geocoder();g_af13b9a22b3f1ea3ecabd22e6b78d549.geocode( { 'address': "929 S 11th St, Niles, MI 49120"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-MI-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('niles-MI-huntington-national-bank'), mapOptions);}document.getElementById('56908e0d').innerHTML += ' | View Map';var $laf13b9a22b3f1ea3ecabd22e6b78d549 = '

Huntington National Bank

Address: 929 S 11th St, Niles, MI 49120
Phone: (269) 683-2444
';var m_af13b9a22b3f1ea3ecabd22e6b78d549 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_af13b9a22b3f1ea3ecabd22e6b78d549['infowindow'] = new google.maps.InfoWindow({content: $laf13b9a22b3f1ea3ecabd22e6b78d549});var infowindow = new google.maps.InfoWindow({content: $laf13b9a22b3f1ea3ecabd22e6b78d549});google.maps.event.addListener(m_af13b9a22b3f1ea3ecabd22e6b78d549, 'click', function() {infowindow.open(map,m_af13b9a22b3f1ea3ecabd22e6b78d549);});$marker.push(m_af13b9a22b3f1ea3ecabd22e6b78d549);}});}google.maps.event.addDomListener(window, 'load', initialize);