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.6047,-74.692)};var g_cf32e5db648872f32b2a2ca6330a5f2c = new google.maps.Geocoder();g_cf32e5db648872f32b2a2ca6330a5f2c.geocode( { 'address': "3166 Rte 22 W, Branchburg, NJ 08876, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('branchburg-NJ-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('branchburg-NJ-chase-bank'), mapOptions);}document.getElementById('f8e16a3b').innerHTML += ' | View Map';var $lcf32e5db648872f32b2a2ca6330a5f2c = '

Chase Bank

Address: 3166 Rte 22 W, Branchburg, NJ 08876, USA
Phone: (908) 722-4786
';var m_cf32e5db648872f32b2a2ca6330a5f2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_cf32e5db648872f32b2a2ca6330a5f2c['infowindow'] = new google.maps.InfoWindow({content: $lcf32e5db648872f32b2a2ca6330a5f2c});var infowindow = new google.maps.InfoWindow({content: $lcf32e5db648872f32b2a2ca6330a5f2c});google.maps.event.addListener(m_cf32e5db648872f32b2a2ca6330a5f2c, 'click', function() {infowindow.open(map,m_cf32e5db648872f32b2a2ca6330a5f2c);});$marker.push(m_cf32e5db648872f32b2a2ca6330a5f2c);}});}google.maps.event.addDomListener(window, 'load', initialize);