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.0985,-83.298)};var g_084afd913ab1e6ea58b8ca73f6cb41a6 = new google.maps.Geocoder();g_084afd913ab1e6ea58b8ca73f6cb41a6.geocode( { 'address': "105 W Main St, Plain City, OH 43064-1197"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plain-city-OH-security-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('plain-city-OH-security-national-bank'), mapOptions);}document.getElementById('bd373701').innerHTML += ' | View Map';var $l084afd913ab1e6ea58b8ca73f6cb41a6 = '

Security National Bank

Address: 105 W Main St, Plain City, OH 43064-1197
Phone: (614) 873-5521
';var m_084afd913ab1e6ea58b8ca73f6cb41a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security National Bank',});m_084afd913ab1e6ea58b8ca73f6cb41a6['infowindow'] = new google.maps.InfoWindow({content: $l084afd913ab1e6ea58b8ca73f6cb41a6});var infowindow = new google.maps.InfoWindow({content: $l084afd913ab1e6ea58b8ca73f6cb41a6});google.maps.event.addListener(m_084afd913ab1e6ea58b8ca73f6cb41a6, 'click', function() {infowindow.open(map,m_084afd913ab1e6ea58b8ca73f6cb41a6);});$marker.push(m_084afd913ab1e6ea58b8ca73f6cb41a6);}});}google.maps.event.addDomListener(window, 'load', initialize);