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.7509,-74.4025)};var g_514a26de61fa943335983d829962307c = new google.maps.Geocoder();g_514a26de61fa943335983d829962307c.geocode( { 'address': "265 Main St, Madison, NJ 07940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NJ-somerset-hills-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-NJ-somerset-hills-bank'), mapOptions);}document.getElementById('18e78221').innerHTML += ' | View Map';var $l514a26de61fa943335983d829962307c = '

Somerset Hills Bank

Address: 265 Main St, Madison, NJ 07940, USA
Phone: (973) 377-2507
';var m_514a26de61fa943335983d829962307c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerset Hills Bank',});m_514a26de61fa943335983d829962307c['infowindow'] = new google.maps.InfoWindow({content: $l514a26de61fa943335983d829962307c});var infowindow = new google.maps.InfoWindow({content: $l514a26de61fa943335983d829962307c});google.maps.event.addListener(m_514a26de61fa943335983d829962307c, 'click', function() {infowindow.open(map,m_514a26de61fa943335983d829962307c);});$marker.push(m_514a26de61fa943335983d829962307c);}});}google.maps.event.addDomListener(window, 'load', initialize);