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(39.529,-84.2974)};var g_6b4ab8f908b36b4c1bfd44fc0033a3dd = new google.maps.Geocoder();g_6b4ab8f908b36b4c1bfd44fc0033a3dd.geocode( { 'address': "655 Central Ave, Franklin, OH 45005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-OH-national-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklin-OH-national-community-bank'), mapOptions);}document.getElementById('00a33caa').innerHTML += ' | View Map';var $l6b4ab8f908b36b4c1bfd44fc0033a3dd = '

National Community Bank

Address: 655 Central Ave, Franklin, OH 45005
Phone: (937) 743-2037
';var m_6b4ab8f908b36b4c1bfd44fc0033a3dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Community Bank',});m_6b4ab8f908b36b4c1bfd44fc0033a3dd['infowindow'] = new google.maps.InfoWindow({content: $l6b4ab8f908b36b4c1bfd44fc0033a3dd});var infowindow = new google.maps.InfoWindow({content: $l6b4ab8f908b36b4c1bfd44fc0033a3dd});google.maps.event.addListener(m_6b4ab8f908b36b4c1bfd44fc0033a3dd, 'click', function() {infowindow.open(map,m_6b4ab8f908b36b4c1bfd44fc0033a3dd);});$marker.push(m_6b4ab8f908b36b4c1bfd44fc0033a3dd);}});}google.maps.event.addDomListener(window, 'load', initialize);