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.0047,-74.7933)};var g_64085d8b2a6e9e8a7a04c5ef632e6727 = new google.maps.Geocoder();g_64085d8b2a6e9e8a7a04c5ef632e6727.geocode( { 'address': "555 High St #2, Mt Holly, NJ 08060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-holly-NJ-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('mount-holly-NJ-santander-bank'), mapOptions);}document.getElementById('2e9047bc').innerHTML += ' | View Map';var $l64085d8b2a6e9e8a7a04c5ef632e6727 = '

Santander Bank

Address: 555 High St #2, Mt Holly, NJ 08060, USA
Phone: (609) 261-4466
';var m_64085d8b2a6e9e8a7a04c5ef632e6727 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_64085d8b2a6e9e8a7a04c5ef632e6727['infowindow'] = new google.maps.InfoWindow({content: $l64085d8b2a6e9e8a7a04c5ef632e6727});var infowindow = new google.maps.InfoWindow({content: $l64085d8b2a6e9e8a7a04c5ef632e6727});google.maps.event.addListener(m_64085d8b2a6e9e8a7a04c5ef632e6727, 'click', function() {infowindow.open(map,m_64085d8b2a6e9e8a7a04c5ef632e6727);});$marker.push(m_64085d8b2a6e9e8a7a04c5ef632e6727);}});}google.maps.event.addDomListener(window, 'load', initialize);