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(43.0868,-85.4995)};var g_1130064514f563b2d894f0840d31db3c = new google.maps.Geocoder();g_1130064514f563b2d894f0840d31db3c.geocode( { 'address': "6835 Belding Rd NE, Rockford, MI 49341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockford-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('40797003').innerHTML += ' | View Map';var $l1130064514f563b2d894f0840d31db3c = '

ATM (Huntington National Bank)

Address: 6835 Belding Rd NE, Rockford, MI 49341, USA
Phone:
';var m_1130064514f563b2d894f0840d31db3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_1130064514f563b2d894f0840d31db3c['infowindow'] = new google.maps.InfoWindow({content: $l1130064514f563b2d894f0840d31db3c});var infowindow = new google.maps.InfoWindow({content: $l1130064514f563b2d894f0840d31db3c});google.maps.event.addListener(m_1130064514f563b2d894f0840d31db3c, 'click', function() {infowindow.open(map,m_1130064514f563b2d894f0840d31db3c);});$marker.push(m_1130064514f563b2d894f0840d31db3c);}});}google.maps.event.addDomListener(window, 'load', initialize);