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.2277,-74.9064)};var g_1398c890a753c67cff72e1483bee00ac = new google.maps.Geocoder();g_1398c890a753c67cff72e1483bee00ac.geocode( { 'address': "121 Friends Ln #301, Newtown, PA 18940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newtown-PA-seckel-capital-llc').style.display = '';map = new google.maps.Map(document.getElementById('newtown-PA-seckel-capital-llc'), mapOptions);}document.getElementById('bcb2f095').innerHTML += ' | View Map';var $l1398c890a753c67cff72e1483bee00ac = '

Seckel Capital, LLC.

Address: 121 Friends Ln #301, Newtown, PA 18940, USA
Phone: (888) 546-2814
';var m_1398c890a753c67cff72e1483bee00ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seckel Capital, LLC.',});m_1398c890a753c67cff72e1483bee00ac['infowindow'] = new google.maps.InfoWindow({content: $l1398c890a753c67cff72e1483bee00ac});var infowindow = new google.maps.InfoWindow({content: $l1398c890a753c67cff72e1483bee00ac});google.maps.event.addListener(m_1398c890a753c67cff72e1483bee00ac, 'click', function() {infowindow.open(map,m_1398c890a753c67cff72e1483bee00ac);});$marker.push(m_1398c890a753c67cff72e1483bee00ac);}});}google.maps.event.addDomListener(window, 'load', initialize);