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.8709,-74.8253)};var g_c52fd09696705952f1eac6bd6ac1a503 = new google.maps.Geocoder();g_c52fd09696705952f1eac6bd6ac1a503.geocode( { 'address': "915 County Rd 517, Hackettstown, NJ 07840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hackettstown-NJ-skylands-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('hackettstown-NJ-skylands-community-bank'), mapOptions);}document.getElementById('a73b161d').innerHTML += ' | View Map';var $lc52fd09696705952f1eac6bd6ac1a503 = '

Skylands Community Bank

Address: 915 County Rd 517, Hackettstown, NJ 07840, USA
Phone: (908) 850-1159
';var m_c52fd09696705952f1eac6bd6ac1a503 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Skylands Community Bank',});m_c52fd09696705952f1eac6bd6ac1a503['infowindow'] = new google.maps.InfoWindow({content: $lc52fd09696705952f1eac6bd6ac1a503});var infowindow = new google.maps.InfoWindow({content: $lc52fd09696705952f1eac6bd6ac1a503});google.maps.event.addListener(m_c52fd09696705952f1eac6bd6ac1a503, 'click', function() {infowindow.open(map,m_c52fd09696705952f1eac6bd6ac1a503);});$marker.push(m_c52fd09696705952f1eac6bd6ac1a503);}});}google.maps.event.addDomListener(window, 'load', initialize);