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(40.7482,-83.7937)};var g_3dab936961a08882a5a63319a046c6fe = new google.maps.Geocoder();g_3dab936961a08882a5a63319a046c6fe.geocode( { 'address': "528 S Main St, Ada, OH 45810"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ada-OH-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('ada-OH-u-s-bank'), mapOptions);}document.getElementById('7bce5589').innerHTML += ' | View Map';var $l3dab936961a08882a5a63319a046c6fe = '

U.S. Bank

Address: 528 S Main St, Ada, OH 45810
Phone: (419) 634-7045
';var m_3dab936961a08882a5a63319a046c6fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_3dab936961a08882a5a63319a046c6fe['infowindow'] = new google.maps.InfoWindow({content: $l3dab936961a08882a5a63319a046c6fe});var infowindow = new google.maps.InfoWindow({content: $l3dab936961a08882a5a63319a046c6fe});google.maps.event.addListener(m_3dab936961a08882a5a63319a046c6fe, 'click', function() {infowindow.open(map,m_3dab936961a08882a5a63319a046c6fe);});$marker.push(m_3dab936961a08882a5a63319a046c6fe);}});}google.maps.event.addDomListener(window, 'load', initialize);