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.6685,-74.4891)};var g_bbe69bab7935a54a5209c17f48f0eb23 = new google.maps.Geocoder();g_bbe69bab7935a54a5209c17f48f0eb23.geocode( { 'address': "1188 Valley Rd, Stirling, NJ 07980, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-hill-NJ-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('long-hill-NJ-santander-bank'), mapOptions);}document.getElementById('091f3bbf').innerHTML += ' | View Map';var $lbbe69bab7935a54a5209c17f48f0eb23 = '

Santander Bank

Address: 1188 Valley Rd, Stirling, NJ 07980, USA
Phone: (908) 647-7771
';var m_bbe69bab7935a54a5209c17f48f0eb23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_bbe69bab7935a54a5209c17f48f0eb23['infowindow'] = new google.maps.InfoWindow({content: $lbbe69bab7935a54a5209c17f48f0eb23});var infowindow = new google.maps.InfoWindow({content: $lbbe69bab7935a54a5209c17f48f0eb23});google.maps.event.addListener(m_bbe69bab7935a54a5209c17f48f0eb23, 'click', function() {infowindow.open(map,m_bbe69bab7935a54a5209c17f48f0eb23);});$marker.push(m_bbe69bab7935a54a5209c17f48f0eb23);}});}google.maps.event.addDomListener(window, 'load', initialize);