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.5437,-77.9073)};var g_840a63b31cb2006e3314bfdec26acc8f = new google.maps.Geocoder();g_840a63b31cb2006e3314bfdec26acc8f.geocode( { 'address': "5724 Hammonds Mill Rd, Falling Waters, WV 25419, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falling-waters-WV-jackson-hewitt-tax-services').style.display = '';map = new google.maps.Map(document.getElementById('falling-waters-WV-jackson-hewitt-tax-services'), mapOptions);}document.getElementById('70ada9a6').innerHTML += ' | View Map';var $l840a63b31cb2006e3314bfdec26acc8f = '

Jackson Hewitt Tax Services

Address: 5724 Hammonds Mill Rd, Falling Waters, WV 25419, USA
Phone: (304) 274-2153
';var m_840a63b31cb2006e3314bfdec26acc8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jackson Hewitt Tax Services',});m_840a63b31cb2006e3314bfdec26acc8f['infowindow'] = new google.maps.InfoWindow({content: $l840a63b31cb2006e3314bfdec26acc8f});var infowindow = new google.maps.InfoWindow({content: $l840a63b31cb2006e3314bfdec26acc8f});google.maps.event.addListener(m_840a63b31cb2006e3314bfdec26acc8f, 'click', function() {infowindow.open(map,m_840a63b31cb2006e3314bfdec26acc8f);});$marker.push(m_840a63b31cb2006e3314bfdec26acc8f);}});}google.maps.event.addDomListener(window, 'load', initialize);