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.148,-84.2399)};var g_41995378f3116f2e6c98578cf6526afd = new google.maps.Geocoder();g_41995378f3116f2e6c98578cf6526afd.geocode( { 'address': "212 N Main St, Piqua, OH 45356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('piqua-OH-unity-national-bank-administration-office').style.display = '';map = new google.maps.Map(document.getElementById('piqua-OH-unity-national-bank-administration-office'), mapOptions);}document.getElementById('9974ab48').innerHTML += ' | View Map';var $l41995378f3116f2e6c98578cf6526afd = '

Unity National Bank Administration Office

Address: 212 N Main St, Piqua, OH 45356, USA
Phone: (937) 773-0752
';var m_41995378f3116f2e6c98578cf6526afd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unity National Bank Administration Office',});m_41995378f3116f2e6c98578cf6526afd['infowindow'] = new google.maps.InfoWindow({content: $l41995378f3116f2e6c98578cf6526afd});var infowindow = new google.maps.InfoWindow({content: $l41995378f3116f2e6c98578cf6526afd});google.maps.event.addListener(m_41995378f3116f2e6c98578cf6526afd, 'click', function() {infowindow.open(map,m_41995378f3116f2e6c98578cf6526afd);});$marker.push(m_41995378f3116f2e6c98578cf6526afd);}});}google.maps.event.addDomListener(window, 'load', initialize);