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.2646,-74.0233)};var g_091e1aa4c04a35cb5fda25ff85e9ad87 = new google.maps.Geocoder();g_091e1aa4c04a35cb5fda25ff85e9ad87.geocode( { 'address': "1910 State Route 35, Oakhurst, NJ 07755"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakhurst-NJ-amboy-bank').style.display = '';map = new google.maps.Map(document.getElementById('oakhurst-NJ-amboy-bank'), mapOptions);}document.getElementById('f940d6e2').innerHTML += ' | View Map';var $l091e1aa4c04a35cb5fda25ff85e9ad87 = '

Amboy Bank

Address: 1910 State Route 35, Oakhurst, NJ 07755
Phone: (732) 660-0559
';var m_091e1aa4c04a35cb5fda25ff85e9ad87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amboy Bank',});m_091e1aa4c04a35cb5fda25ff85e9ad87['infowindow'] = new google.maps.InfoWindow({content: $l091e1aa4c04a35cb5fda25ff85e9ad87});var infowindow = new google.maps.InfoWindow({content: $l091e1aa4c04a35cb5fda25ff85e9ad87});google.maps.event.addListener(m_091e1aa4c04a35cb5fda25ff85e9ad87, 'click', function() {infowindow.open(map,m_091e1aa4c04a35cb5fda25ff85e9ad87);});$marker.push(m_091e1aa4c04a35cb5fda25ff85e9ad87);}});}google.maps.event.addDomListener(window, 'load', initialize);