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.6834,-74.4436)};var g_a0d5b283cb5fc43b41097fc63ce92b17 = new google.maps.Geocoder();g_a0d5b283cb5fc43b41097fc63ce92b17.geocode( { 'address': "555 Springfield Ave, Berkeley Heights, NJ 07922, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berkeley-heights-NJ-hilltop-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('berkeley-heights-NJ-hilltop-community-bank'), mapOptions);}document.getElementById('e0e328c0').innerHTML += ' | View Map';var $la0d5b283cb5fc43b41097fc63ce92b17 = '

Hilltop Community Bank

Address: 555 Springfield Ave, Berkeley Heights, NJ 07922, USA
Phone: (908) 790-0770
';var m_a0d5b283cb5fc43b41097fc63ce92b17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hilltop Community Bank',});m_a0d5b283cb5fc43b41097fc63ce92b17['infowindow'] = new google.maps.InfoWindow({content: $la0d5b283cb5fc43b41097fc63ce92b17});var infowindow = new google.maps.InfoWindow({content: $la0d5b283cb5fc43b41097fc63ce92b17});google.maps.event.addListener(m_a0d5b283cb5fc43b41097fc63ce92b17, 'click', function() {infowindow.open(map,m_a0d5b283cb5fc43b41097fc63ce92b17);});$marker.push(m_a0d5b283cb5fc43b41097fc63ce92b17);}});}google.maps.event.addDomListener(window, 'load', initialize);