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.3488,-81.6313)};var g_1d478b88073ef5da7f34b479f1661b44 = new google.maps.Geocoder();g_1d478b88073ef5da7f34b479f1661b44.geocode( { 'address': "3418 Maccorkle Ave Se, Charleston, WV 25304"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-WV-mypigrocks-org').style.display = '';map = new google.maps.Map(document.getElementById('charleston-WV-mypigrocks-org'), mapOptions);}document.getElementById('1f3382e7').innerHTML += ' | View Map';var $l1d478b88073ef5da7f34b479f1661b44 = '

MyPigRocks.org

Address: 3418 Maccorkle Ave Se, Charleston, WV 25304
Phone: (304) 721-4145
';var m_1d478b88073ef5da7f34b479f1661b44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MyPigRocks.org',});m_1d478b88073ef5da7f34b479f1661b44['infowindow'] = new google.maps.InfoWindow({content: $l1d478b88073ef5da7f34b479f1661b44});var infowindow = new google.maps.InfoWindow({content: $l1d478b88073ef5da7f34b479f1661b44});google.maps.event.addListener(m_1d478b88073ef5da7f34b479f1661b44, 'click', function() {infowindow.open(map,m_1d478b88073ef5da7f34b479f1661b44);});$marker.push(m_1d478b88073ef5da7f34b479f1661b44);}});}google.maps.event.addDomListener(window, 'load', initialize);