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(41.2457,-75.883)};var g_6c275a693a0e1764550078ac710873cf = new google.maps.Geocoder();g_6c275a693a0e1764550078ac710873cf.geocode( { 'address': "1 South North Main Street, Wilkes-Barre, PA 18701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkes-barre-PA-northeast-valuations').style.display = '';map = new google.maps.Map(document.getElementById('wilkes-barre-PA-northeast-valuations'), mapOptions);}document.getElementById('d515d263').innerHTML += ' | View Map';var $l6c275a693a0e1764550078ac710873cf = '

Northeast Valuations

Address: 1 South North Main Street, Wilkes-Barre, PA 18701, USA
Phone: (570) 706-9600
';var m_6c275a693a0e1764550078ac710873cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Valuations',});m_6c275a693a0e1764550078ac710873cf['infowindow'] = new google.maps.InfoWindow({content: $l6c275a693a0e1764550078ac710873cf});var infowindow = new google.maps.InfoWindow({content: $l6c275a693a0e1764550078ac710873cf});google.maps.event.addListener(m_6c275a693a0e1764550078ac710873cf, 'click', function() {infowindow.open(map,m_6c275a693a0e1764550078ac710873cf);});$marker.push(m_6c275a693a0e1764550078ac710873cf);}});}google.maps.event.addDomListener(window, 'load', initialize);