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.719,-75.2203)};var g_75f4b15635b6362df162948b296aaef7 = new google.maps.Geocoder();g_75f4b15635b6362df162948b296aaef7.geocode( { 'address': "50 Centre Sq, Easton, PA 18042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-PA-two-rivers-trading-post').style.display = '';map = new google.maps.Map(document.getElementById('easton-PA-two-rivers-trading-post'), mapOptions);}document.getElementById('5f47fb31').innerHTML += ' | View Map';var $l75f4b15635b6362df162948b296aaef7 = '

Two Rivers Trading Post

Address: 50 Centre Sq, Easton, PA 18042
Phone: (610) 252-8855
';var m_75f4b15635b6362df162948b296aaef7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Two Rivers Trading Post',});m_75f4b15635b6362df162948b296aaef7['infowindow'] = new google.maps.InfoWindow({content: $l75f4b15635b6362df162948b296aaef7});var infowindow = new google.maps.InfoWindow({content: $l75f4b15635b6362df162948b296aaef7});google.maps.event.addListener(m_75f4b15635b6362df162948b296aaef7, 'click', function() {infowindow.open(map,m_75f4b15635b6362df162948b296aaef7);});$marker.push(m_75f4b15635b6362df162948b296aaef7);}});}google.maps.event.addDomListener(window, 'load', initialize);