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.8277,-83.2817)};var g_e572c46082782790eb82b5d904cd4d80 = new google.maps.Geocoder();g_e572c46082782790eb82b5d904cd4d80.geocode( { 'address': "100 N Sandusky Ave, Upper Sandusky, OH 43351, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('upper-sandusky-OH-the-first-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('upper-sandusky-OH-the-first-citizens-national-bank'), mapOptions);}document.getElementById('013a24ed').innerHTML += ' | View Map';var $le572c46082782790eb82b5d904cd4d80 = '

The First Citizens National Bank

Address: 100 N Sandusky Ave, Upper Sandusky, OH 43351, USA
Phone: (419) 294-2351
';var m_e572c46082782790eb82b5d904cd4d80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The First Citizens National Bank',});m_e572c46082782790eb82b5d904cd4d80['infowindow'] = new google.maps.InfoWindow({content: $le572c46082782790eb82b5d904cd4d80});var infowindow = new google.maps.InfoWindow({content: $le572c46082782790eb82b5d904cd4d80});google.maps.event.addListener(m_e572c46082782790eb82b5d904cd4d80, 'click', function() {infowindow.open(map,m_e572c46082782790eb82b5d904cd4d80);});$marker.push(m_e572c46082782790eb82b5d904cd4d80);}});}google.maps.event.addDomListener(window, 'load', initialize);