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.6788,-83.1322)};var g_c8644d88a9889306ca13e77cb76680bd = new google.maps.Geocoder();g_c8644d88a9889306ca13e77cb76680bd.geocode( { 'address': "255 E 2nd St, Rochester, MI 48307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-MI-atm--huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('rochester-MI-atm--huntington-national-bank'), mapOptions);}document.getElementById('180a3ad3').innerHTML += ' | View Map';var $lc8644d88a9889306ca13e77cb76680bd = '

ATM- Huntington National Bank

Address: 255 E 2nd St, Rochester, MI 48307, USA
Phone: (248) 651-5460
';var m_c8644d88a9889306ca13e77cb76680bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM- Huntington National Bank',});m_c8644d88a9889306ca13e77cb76680bd['infowindow'] = new google.maps.InfoWindow({content: $lc8644d88a9889306ca13e77cb76680bd});var infowindow = new google.maps.InfoWindow({content: $lc8644d88a9889306ca13e77cb76680bd});google.maps.event.addListener(m_c8644d88a9889306ca13e77cb76680bd, 'click', function() {infowindow.open(map,m_c8644d88a9889306ca13e77cb76680bd);});$marker.push(m_c8644d88a9889306ca13e77cb76680bd);}});}google.maps.event.addDomListener(window, 'load', initialize);