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(38.9985,-81.978)};var g_7d1465fa9e3d1f2e8d9f310b400c614e = new google.maps.Geocoder();g_7d1465fa9e3d1f2e8d9f310b400c614e.geocode( { 'address': "2405 3rd St, Syracuse, OH 45779, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-OH-home-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-OH-home-national-bank'), mapOptions);}document.getElementById('b71f05b1').innerHTML += ' | View Map';var $l7d1465fa9e3d1f2e8d9f310b400c614e = '

Home National Bank

Address: 2405 3rd St, Syracuse, OH 45779, USA
Phone: (740) 992-6333
';var m_7d1465fa9e3d1f2e8d9f310b400c614e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home National Bank',});m_7d1465fa9e3d1f2e8d9f310b400c614e['infowindow'] = new google.maps.InfoWindow({content: $l7d1465fa9e3d1f2e8d9f310b400c614e});var infowindow = new google.maps.InfoWindow({content: $l7d1465fa9e3d1f2e8d9f310b400c614e});google.maps.event.addListener(m_7d1465fa9e3d1f2e8d9f310b400c614e, 'click', function() {infowindow.open(map,m_7d1465fa9e3d1f2e8d9f310b400c614e);});$marker.push(m_7d1465fa9e3d1f2e8d9f310b400c614e);}});}google.maps.event.addDomListener(window, 'load', initialize);