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.2736,-74.8796)};var g_83737bd24629509312dfb95953407119 = new google.maps.Geocoder();g_83737bd24629509312dfb95953407119.geocode( { 'address': "113 Pondview Dr, Washington Crossing, PA 18977, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-crossing-PA-hamilton-asset-advisors').style.display = '';map = new google.maps.Map(document.getElementById('washington-crossing-PA-hamilton-asset-advisors'), mapOptions);}document.getElementById('53a0df49').innerHTML += ' | View Map';var $l83737bd24629509312dfb95953407119 = '

Hamilton Asset Advisors

Address: 113 Pondview Dr, Washington Crossing, PA 18977, USA
Phone: (215) 321-4415
';var m_83737bd24629509312dfb95953407119 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hamilton Asset Advisors',});m_83737bd24629509312dfb95953407119['infowindow'] = new google.maps.InfoWindow({content: $l83737bd24629509312dfb95953407119});var infowindow = new google.maps.InfoWindow({content: $l83737bd24629509312dfb95953407119});google.maps.event.addListener(m_83737bd24629509312dfb95953407119, 'click', function() {infowindow.open(map,m_83737bd24629509312dfb95953407119);});$marker.push(m_83737bd24629509312dfb95953407119);}});}google.maps.event.addDomListener(window, 'load', initialize);