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.937,-74.7512)};var g_3165cf660e87b79d662570cbc26b7946 = new google.maps.Geocoder();g_3165cf660e87b79d662570cbc26b7946.geocode( { 'address': "52 Main St, Vincentown, NJ 08088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southampton-township-NJ-investors-bank').style.display = '';map = new google.maps.Map(document.getElementById('southampton-township-NJ-investors-bank'), mapOptions);}document.getElementById('c668d499').innerHTML += ' | View Map';var $l3165cf660e87b79d662570cbc26b7946 = '

Investors Bank

Address: 52 Main St, Vincentown, NJ 08088, USA
Phone: (609) 801-0800
';var m_3165cf660e87b79d662570cbc26b7946 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Investors Bank',});m_3165cf660e87b79d662570cbc26b7946['infowindow'] = new google.maps.InfoWindow({content: $l3165cf660e87b79d662570cbc26b7946});var infowindow = new google.maps.InfoWindow({content: $l3165cf660e87b79d662570cbc26b7946});google.maps.event.addListener(m_3165cf660e87b79d662570cbc26b7946, 'click', function() {infowindow.open(map,m_3165cf660e87b79d662570cbc26b7946);});$marker.push(m_3165cf660e87b79d662570cbc26b7946);}});}google.maps.event.addDomListener(window, 'load', initialize);