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.3827,-74.3092)};var g_573f1f986cf0c7f66994e83d00eda692 = new google.maps.Geocoder();g_573f1f986cf0c7f66994e83d00eda692.geocode( { 'address': "3500 Highway 9 South, Old Bridge, NJ 08857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-bridge-township-NJ-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('old-bridge-township-NJ-santander-bank'), mapOptions);}document.getElementById('4985952a').innerHTML += ' | View Map';var $l573f1f986cf0c7f66994e83d00eda692 = '

Santander Bank

Address: 3500 Highway 9 South, Old Bridge, NJ 08857, USA
Phone: (732) 607-1600
';var m_573f1f986cf0c7f66994e83d00eda692 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_573f1f986cf0c7f66994e83d00eda692['infowindow'] = new google.maps.InfoWindow({content: $l573f1f986cf0c7f66994e83d00eda692});var infowindow = new google.maps.InfoWindow({content: $l573f1f986cf0c7f66994e83d00eda692});google.maps.event.addListener(m_573f1f986cf0c7f66994e83d00eda692, 'click', function() {infowindow.open(map,m_573f1f986cf0c7f66994e83d00eda692);});$marker.push(m_573f1f986cf0c7f66994e83d00eda692);}});}google.maps.event.addDomListener(window, 'load', initialize);