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.1868,-75.0097)};var g_b0e274cb95f03288f07d2f44a5e96f72 = new google.maps.Geocoder();g_b0e274cb95f03288f07d2f44a5e96f72.geocode( { 'address': "95 James Way, Southampton, PA 18966"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southampton-PA-gateway-funding').style.display = '';map = new google.maps.Map(document.getElementById('southampton-PA-gateway-funding'), mapOptions);}document.getElementById('b57a08c3').innerHTML += ' | View Map';var $lb0e274cb95f03288f07d2f44a5e96f72 = '

Gateway Funding

Address: 95 James Way, Southampton, PA 18966
Phone: (267) 574-8080
';var m_b0e274cb95f03288f07d2f44a5e96f72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Funding',});m_b0e274cb95f03288f07d2f44a5e96f72['infowindow'] = new google.maps.InfoWindow({content: $lb0e274cb95f03288f07d2f44a5e96f72});var infowindow = new google.maps.InfoWindow({content: $lb0e274cb95f03288f07d2f44a5e96f72});google.maps.event.addListener(m_b0e274cb95f03288f07d2f44a5e96f72, 'click', function() {infowindow.open(map,m_b0e274cb95f03288f07d2f44a5e96f72);});$marker.push(m_b0e274cb95f03288f07d2f44a5e96f72);}});}google.maps.event.addDomListener(window, 'load', initialize);