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.5982,-81.5301)};var g_f2c90ffdfaa578d19ed94b2c65722376 = new google.maps.Geocoder();g_f2c90ffdfaa578d19ed94b2c65722376.geocode( { 'address': "224 N Bodmer Ave, Strasburg, OH 44680, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('strasburg-OH-ssb-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('strasburg-OH-ssb-community-bank'), mapOptions);}document.getElementById('bc8ef6cd').innerHTML += ' | View Map';var $lf2c90ffdfaa578d19ed94b2c65722376 = '

SSB Community Bank

Address: 224 N Bodmer Ave, Strasburg, OH 44680, USA
Phone: (330) 878-5555
';var m_f2c90ffdfaa578d19ed94b2c65722376 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SSB Community Bank',});m_f2c90ffdfaa578d19ed94b2c65722376['infowindow'] = new google.maps.InfoWindow({content: $lf2c90ffdfaa578d19ed94b2c65722376});var infowindow = new google.maps.InfoWindow({content: $lf2c90ffdfaa578d19ed94b2c65722376});google.maps.event.addListener(m_f2c90ffdfaa578d19ed94b2c65722376, 'click', function() {infowindow.open(map,m_f2c90ffdfaa578d19ed94b2c65722376);});$marker.push(m_f2c90ffdfaa578d19ed94b2c65722376);}});}google.maps.event.addDomListener(window, 'load', initialize);