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.3531,-74.0746)};var g_82a413a62fdbfdec9fa0e948c408b269 = new google.maps.Geocoder();g_82a413a62fdbfdec9fa0e948c408b269.geocode( { 'address': "195 E Bergen Pl, Red Bank, NJ 07701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-bank-NJ-brunswick-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('red-bank-NJ-brunswick-bank-trust-co'), mapOptions);}document.getElementById('2988acdd').innerHTML += ' | View Map';var $l82a413a62fdbfdec9fa0e948c408b269 = '

Brunswick Bank & Trust Co

Address: 195 E Bergen Pl, Red Bank, NJ 07701
Phone: (732) 936-1138
';var m_82a413a62fdbfdec9fa0e948c408b269 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brunswick Bank & Trust Co',});m_82a413a62fdbfdec9fa0e948c408b269['infowindow'] = new google.maps.InfoWindow({content: $l82a413a62fdbfdec9fa0e948c408b269});var infowindow = new google.maps.InfoWindow({content: $l82a413a62fdbfdec9fa0e948c408b269});google.maps.event.addListener(m_82a413a62fdbfdec9fa0e948c408b269, 'click', function() {infowindow.open(map,m_82a413a62fdbfdec9fa0e948c408b269);});$marker.push(m_82a413a62fdbfdec9fa0e948c408b269);}});}google.maps.event.addDomListener(window, 'load', initialize);