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.1697,-75.0336)};var g_9c5c074169f7e5c6bca23d0670d7f8e4 = new google.maps.Geocoder();g_9c5c074169f7e5c6bca23d0670d7f8e4.geocode( { 'address': "1111 Street Rd #202, Southampton, PA 18966, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southampton-PA-jsk-financial-consultants-inc').style.display = '';map = new google.maps.Map(document.getElementById('southampton-PA-jsk-financial-consultants-inc'), mapOptions);}document.getElementById('a973b865').innerHTML += ' | View Map';var $l9c5c074169f7e5c6bca23d0670d7f8e4 = '

JSK Financial Consultants, Inc.

Address: 1111 Street Rd #202, Southampton, PA 18966, USA
Phone: (215) 953-5250
';var m_9c5c074169f7e5c6bca23d0670d7f8e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JSK Financial Consultants, Inc.',});m_9c5c074169f7e5c6bca23d0670d7f8e4['infowindow'] = new google.maps.InfoWindow({content: $l9c5c074169f7e5c6bca23d0670d7f8e4});var infowindow = new google.maps.InfoWindow({content: $l9c5c074169f7e5c6bca23d0670d7f8e4});google.maps.event.addListener(m_9c5c074169f7e5c6bca23d0670d7f8e4, 'click', function() {infowindow.open(map,m_9c5c074169f7e5c6bca23d0670d7f8e4);});$marker.push(m_9c5c074169f7e5c6bca23d0670d7f8e4);}});}google.maps.event.addDomListener(window, 'load', initialize);