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.7557,-74.4187)};var g_f781895c9ecfd0684f06034cd37032d5 = new google.maps.Geocoder();g_f781895c9ecfd0684f06034cd37032d5.geocode( { 'address': "300 Main St, Madison, NJ 07940"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NJ-union-center-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-NJ-union-center-national-bank'), mapOptions);}document.getElementById('84b46a1b').innerHTML += ' | View Map';var $lf781895c9ecfd0684f06034cd37032d5 = '

Union Center National Bank

Address: 300 Main St, Madison, NJ 07940
Phone: (973) 593-8383
';var m_f781895c9ecfd0684f06034cd37032d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Center National Bank',});m_f781895c9ecfd0684f06034cd37032d5['infowindow'] = new google.maps.InfoWindow({content: $lf781895c9ecfd0684f06034cd37032d5});var infowindow = new google.maps.InfoWindow({content: $lf781895c9ecfd0684f06034cd37032d5});google.maps.event.addListener(m_f781895c9ecfd0684f06034cd37032d5, 'click', function() {infowindow.open(map,m_f781895c9ecfd0684f06034cd37032d5);});$marker.push(m_f781895c9ecfd0684f06034cd37032d5);}});}google.maps.event.addDomListener(window, 'load', initialize);