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_70d6c4f187221236b4cfb975ad671313 = new google.maps.Geocoder();g_70d6c4f187221236b4cfb975ad671313.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-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('newton-falls-OH-us-bank-branch'), mapOptions);}document.getElementById('b53bb4c2').innerHTML += ' | View Map';var $l70d6c4f187221236b4cfb975ad671313 = '

U.S. Bank Branch

Address: 37 Ridge Rd, Newton Falls, OH 44444, USA
Phone: (330) 872-7214
';var m_70d6c4f187221236b4cfb975ad671313 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_70d6c4f187221236b4cfb975ad671313['infowindow'] = new google.maps.InfoWindow({content: $l70d6c4f187221236b4cfb975ad671313});var infowindow = new google.maps.InfoWindow({content: $l70d6c4f187221236b4cfb975ad671313});google.maps.event.addListener(m_70d6c4f187221236b4cfb975ad671313, 'click', function() {infowindow.open(map,m_70d6c4f187221236b4cfb975ad671313);});$marker.push(m_70d6c4f187221236b4cfb975ad671313);}});}google.maps.event.addDomListener(window, 'load', initialize);