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.0681,-80.8629)};var g_52109dc7b41b9d8bc299fd395844b33a = new google.maps.Geocoder();g_52109dc7b41b9d8bc299fd395844b33a.geocode( { 'address': "67701 Mall Rd, St Clairsville, OH 43950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-clairsville-OH-cnac').style.display = '';map = new google.maps.Map(document.getElementById('saint-clairsville-OH-cnac'), mapOptions);}document.getElementById('237d4312').innerHTML += ' | View Map';var $l52109dc7b41b9d8bc299fd395844b33a = '

CNAC

Address: 67701 Mall Rd, St Clairsville, OH 43950, USA
Phone: (740) 699-5626
';var m_52109dc7b41b9d8bc299fd395844b33a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CNAC',});m_52109dc7b41b9d8bc299fd395844b33a['infowindow'] = new google.maps.InfoWindow({content: $l52109dc7b41b9d8bc299fd395844b33a});var infowindow = new google.maps.InfoWindow({content: $l52109dc7b41b9d8bc299fd395844b33a});google.maps.event.addListener(m_52109dc7b41b9d8bc299fd395844b33a, 'click', function() {infowindow.open(map,m_52109dc7b41b9d8bc299fd395844b33a);});$marker.push(m_52109dc7b41b9d8bc299fd395844b33a);}});}google.maps.event.addDomListener(window, 'load', initialize);