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(39.823,-83.6335)};var g_ff26be27e25ff4470d39726d32903a48 = new google.maps.Geocoder();g_ff26be27e25ff4470d39726d32903a48.geocode( { 'address': "102 N Chillicothe St, South Charleston, OH 45368, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-charleston-OH-security-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-charleston-OH-security-national-bank'), mapOptions);}document.getElementById('5ddb4270').innerHTML += ' | View Map';var $lff26be27e25ff4470d39726d32903a48 = '

Security National Bank

Address: 102 N Chillicothe St, South Charleston, OH 45368, USA
Phone: (937) 462-8368
';var m_ff26be27e25ff4470d39726d32903a48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security National Bank',});m_ff26be27e25ff4470d39726d32903a48['infowindow'] = new google.maps.InfoWindow({content: $lff26be27e25ff4470d39726d32903a48});var infowindow = new google.maps.InfoWindow({content: $lff26be27e25ff4470d39726d32903a48});google.maps.event.addListener(m_ff26be27e25ff4470d39726d32903a48, 'click', function() {infowindow.open(map,m_ff26be27e25ff4470d39726d32903a48);});$marker.push(m_ff26be27e25ff4470d39726d32903a48);}});}google.maps.event.addDomListener(window, 'load', initialize);