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.3857,-82.8298)};var g_c65ae06e14e74951ebdba0b48b879490 = new google.maps.Geocoder();g_c65ae06e14e74951ebdba0b48b879490.geocode( { 'address': "28 S Main St, Marengo, OH 43334"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marengo-OH-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('marengo-OH-us-bank'), mapOptions);}document.getElementById('ba766f85').innerHTML += ' | View Map';var $lc65ae06e14e74951ebdba0b48b879490 = '

US Bank

Address: 28 S Main St, Marengo, OH 43334
Phone: (419) 253-4681
';var m_c65ae06e14e74951ebdba0b48b879490 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_c65ae06e14e74951ebdba0b48b879490['infowindow'] = new google.maps.InfoWindow({content: $lc65ae06e14e74951ebdba0b48b879490});var infowindow = new google.maps.InfoWindow({content: $lc65ae06e14e74951ebdba0b48b879490});google.maps.event.addListener(m_c65ae06e14e74951ebdba0b48b879490, 'click', function() {infowindow.open(map,m_c65ae06e14e74951ebdba0b48b879490);});$marker.push(m_c65ae06e14e74951ebdba0b48b879490);}});}google.maps.event.addDomListener(window, 'load', initialize);