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.3023,-84.1578)};var g_0bb730c8449a0eb89726cf7cd0b87154 = new google.maps.Geocoder();g_0bb730c8449a0eb89726cf7cd0b87154.geocode( { 'address': "117 W Russell Rd, Sidney, OH 45365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidney-OH-minster-bank---sidney-office').style.display = '';map = new google.maps.Map(document.getElementById('sidney-OH-minster-bank---sidney-office'), mapOptions);}document.getElementById('afdf62e6').innerHTML += ' | View Map';var $l0bb730c8449a0eb89726cf7cd0b87154 = '

Minster Bank - Sidney Office

Address: 117 W Russell Rd, Sidney, OH 45365, USA
Phone: (937) 498-9752
';var m_0bb730c8449a0eb89726cf7cd0b87154 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Minster Bank - Sidney Office',});m_0bb730c8449a0eb89726cf7cd0b87154['infowindow'] = new google.maps.InfoWindow({content: $l0bb730c8449a0eb89726cf7cd0b87154});var infowindow = new google.maps.InfoWindow({content: $l0bb730c8449a0eb89726cf7cd0b87154});google.maps.event.addListener(m_0bb730c8449a0eb89726cf7cd0b87154, 'click', function() {infowindow.open(map,m_0bb730c8449a0eb89726cf7cd0b87154);});$marker.push(m_0bb730c8449a0eb89726cf7cd0b87154);}});}google.maps.event.addDomListener(window, 'load', initialize);