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.3284,-81.5977)};var g_dc80cc57c931e14360c2befaf0eac29f = new google.maps.Geocoder();g_dc80cc57c931e14360c2befaf0eac29f.geocode( { 'address': "3510 MacCorkle Ave SE, Charleston, WV 25304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-WV-smith-cochran-and-hicks-pllc').style.display = '';map = new google.maps.Map(document.getElementById('charleston-WV-smith-cochran-and-hicks-pllc'), mapOptions);}document.getElementById('eb1c7cf5').innerHTML += ' | View Map';var $ldc80cc57c931e14360c2befaf0eac29f = '

Smith Cochran and Hicks, PLLC

Address: 3510 MacCorkle Ave SE, Charleston, WV 25304, USA
Phone: (304) 345-1151
';var m_dc80cc57c931e14360c2befaf0eac29f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Smith Cochran and Hicks, PLLC',});m_dc80cc57c931e14360c2befaf0eac29f['infowindow'] = new google.maps.InfoWindow({content: $ldc80cc57c931e14360c2befaf0eac29f});var infowindow = new google.maps.InfoWindow({content: $ldc80cc57c931e14360c2befaf0eac29f});google.maps.event.addListener(m_dc80cc57c931e14360c2befaf0eac29f, 'click', function() {infowindow.open(map,m_dc80cc57c931e14360c2befaf0eac29f);});$marker.push(m_dc80cc57c931e14360c2befaf0eac29f);}});}google.maps.event.addDomListener(window, 'load', initialize);