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.072,-83.5556)};var g_7db295dd042dbe2650c4aa4223aa8031 = new google.maps.Geocoder();g_7db295dd042dbe2650c4aa4223aa8031.geocode( { 'address': "2 S Main St, Mechanicsburg, OH 43044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mechanicsburg-OH-security-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mechanicsburg-OH-security-national-bank'), mapOptions);}document.getElementById('074e67f1').innerHTML += ' | View Map';var $l7db295dd042dbe2650c4aa4223aa8031 = '

Security National Bank

Address: 2 S Main St, Mechanicsburg, OH 43044, USA
Phone: (937) 834-3387
';var m_7db295dd042dbe2650c4aa4223aa8031 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security National Bank',});m_7db295dd042dbe2650c4aa4223aa8031['infowindow'] = new google.maps.InfoWindow({content: $l7db295dd042dbe2650c4aa4223aa8031});var infowindow = new google.maps.InfoWindow({content: $l7db295dd042dbe2650c4aa4223aa8031});google.maps.event.addListener(m_7db295dd042dbe2650c4aa4223aa8031, 'click', function() {infowindow.open(map,m_7db295dd042dbe2650c4aa4223aa8031);});$marker.push(m_7db295dd042dbe2650c4aa4223aa8031);}});}google.maps.event.addDomListener(window, 'load', initialize);