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.302,-84.1615)};var g_9ae96156b03893790822a25c332635a5 = new google.maps.Geocoder();g_9ae96156b03893790822a25c332635a5.geocode( { 'address': "347 W Russell Rd, Sidney, OH 45365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidney-OH-first-national-bank-in-new-bremen').style.display = '';map = new google.maps.Map(document.getElementById('sidney-OH-first-national-bank-in-new-bremen'), mapOptions);}document.getElementById('fb8b415f').innerHTML += ' | View Map';var $l9ae96156b03893790822a25c332635a5 = '

First National Bank in New Bremen

Address: 347 W Russell Rd, Sidney, OH 45365, USA
Phone: (937) 492-1292
';var m_9ae96156b03893790822a25c332635a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank in New Bremen',});m_9ae96156b03893790822a25c332635a5['infowindow'] = new google.maps.InfoWindow({content: $l9ae96156b03893790822a25c332635a5});var infowindow = new google.maps.InfoWindow({content: $l9ae96156b03893790822a25c332635a5});google.maps.event.addListener(m_9ae96156b03893790822a25c332635a5, 'click', function() {infowindow.open(map,m_9ae96156b03893790822a25c332635a5);});$marker.push(m_9ae96156b03893790822a25c332635a5);}});}google.maps.event.addDomListener(window, 'load', initialize);