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.0046,-75.0121)};var g_6ef3a8c5c432e41ac56aef2303214a04 = new google.maps.Geocoder();g_6ef3a8c5c432e41ac56aef2303214a04.geocode( { 'address': "23 East Broad Street, Palmyra, NJ 08065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmyra-NJ-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('palmyra-NJ-santander-bank'), mapOptions);}document.getElementById('e0d224b1').innerHTML += ' | View Map';var $l6ef3a8c5c432e41ac56aef2303214a04 = '

Santander Bank

Address: 23 East Broad Street, Palmyra, NJ 08065
Phone: (856) 829-9393
';var m_6ef3a8c5c432e41ac56aef2303214a04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_6ef3a8c5c432e41ac56aef2303214a04['infowindow'] = new google.maps.InfoWindow({content: $l6ef3a8c5c432e41ac56aef2303214a04});var infowindow = new google.maps.InfoWindow({content: $l6ef3a8c5c432e41ac56aef2303214a04});google.maps.event.addListener(m_6ef3a8c5c432e41ac56aef2303214a04, 'click', function() {infowindow.open(map,m_6ef3a8c5c432e41ac56aef2303214a04);});$marker.push(m_6ef3a8c5c432e41ac56aef2303214a04);}});}google.maps.event.addDomListener(window, 'load', initialize);