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.8047,-74.995)};var g_d2fa85582f014a9b60b00f48e9529875 = new google.maps.Geocoder();g_d2fa85582f014a9b60b00f48e9529875.geocode( { 'address': "157 NJ-31, Oxford, NJ 07863, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-township-NJ-skylands-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-township-NJ-skylands-community-bank'), mapOptions);}document.getElementById('6cb62fc4').innerHTML += ' | View Map';var $ld2fa85582f014a9b60b00f48e9529875 = '

Skylands Community Bank

Address: 157 NJ-31, Oxford, NJ 07863, USA
Phone: (908) 453-3116
';var m_d2fa85582f014a9b60b00f48e9529875 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Skylands Community Bank',});m_d2fa85582f014a9b60b00f48e9529875['infowindow'] = new google.maps.InfoWindow({content: $ld2fa85582f014a9b60b00f48e9529875});var infowindow = new google.maps.InfoWindow({content: $ld2fa85582f014a9b60b00f48e9529875});google.maps.event.addListener(m_d2fa85582f014a9b60b00f48e9529875, 'click', function() {infowindow.open(map,m_d2fa85582f014a9b60b00f48e9529875);});$marker.push(m_d2fa85582f014a9b60b00f48e9529875);}});}google.maps.event.addDomListener(window, 'load', initialize);