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.1901,-80.9789)};var g_94ce2cad9b2bd35657418654408948ff = new google.maps.Geocoder();g_94ce2cad9b2bd35657418654408948ff.geocode( { 'address': "37 Ridge Rd, Newton Falls, OH 44444, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-falls-OH-atm-us-bank-newton-falls---shop-and-save').style.display = '';map = new google.maps.Map(document.getElementById('newton-falls-OH-atm-us-bank-newton-falls---shop-and-save'), mapOptions);}document.getElementById('b53bb4c2').innerHTML += ' | View Map';var $l94ce2cad9b2bd35657418654408948ff = '

ATM U.S. Bank Newton Falls - Shop And Save

Address: 37 Ridge Rd, Newton Falls, OH 44444, USA
Phone: (800) 627-3999
';var m_94ce2cad9b2bd35657418654408948ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM U.S. Bank Newton Falls - Shop And Save',});m_94ce2cad9b2bd35657418654408948ff['infowindow'] = new google.maps.InfoWindow({content: $l94ce2cad9b2bd35657418654408948ff});var infowindow = new google.maps.InfoWindow({content: $l94ce2cad9b2bd35657418654408948ff});google.maps.event.addListener(m_94ce2cad9b2bd35657418654408948ff, 'click', function() {infowindow.open(map,m_94ce2cad9b2bd35657418654408948ff);});$marker.push(m_94ce2cad9b2bd35657418654408948ff);}});}google.maps.event.addDomListener(window, 'load', initialize);