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(39.6947,-75.1212)};var g_6264104f24cbc6849b7e6ad298862a24 = new google.maps.Geocoder();g_6264104f24cbc6849b7e6ad298862a24.geocode( { 'address': "600 Delsea Dr N, Glassboro, NJ 08028"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glassboro-NJ-susquehanna-bank').style.display = '';map = new google.maps.Map(document.getElementById('glassboro-NJ-susquehanna-bank'), mapOptions);}document.getElementById('8403b7d3').innerHTML += ' | View Map';var $l6264104f24cbc6849b7e6ad298862a24 = '

Susquehanna Bank

Address: 600 Delsea Dr N, Glassboro, NJ 08028
Phone: (856) 863-3636
';var m_6264104f24cbc6849b7e6ad298862a24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna Bank',});m_6264104f24cbc6849b7e6ad298862a24['infowindow'] = new google.maps.InfoWindow({content: $l6264104f24cbc6849b7e6ad298862a24});var infowindow = new google.maps.InfoWindow({content: $l6264104f24cbc6849b7e6ad298862a24});google.maps.event.addListener(m_6264104f24cbc6849b7e6ad298862a24, 'click', function() {infowindow.open(map,m_6264104f24cbc6849b7e6ad298862a24);});$marker.push(m_6264104f24cbc6849b7e6ad298862a24);}});}google.maps.event.addDomListener(window, 'load', initialize);