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.6919,-74.2696)};var g_7e345f284c5e5ebc951bfbf13681c5ac = new google.maps.Geocoder();g_7e345f284c5e5ebc951bfbf13681c5ac.geocode( { 'address': "642 Chestnut St, Union, NJ 07083"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-NJ-union-county-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-NJ-union-county-savings-bank'), mapOptions);}document.getElementById('7e1fa533').innerHTML += ' | View Map';var $l7e345f284c5e5ebc951bfbf13681c5ac = '

Union County Savings Bank

Address: 642 Chestnut St, Union, NJ 07083
Phone: (908) 964-6060
';var m_7e345f284c5e5ebc951bfbf13681c5ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union County Savings Bank',});m_7e345f284c5e5ebc951bfbf13681c5ac['infowindow'] = new google.maps.InfoWindow({content: $l7e345f284c5e5ebc951bfbf13681c5ac});var infowindow = new google.maps.InfoWindow({content: $l7e345f284c5e5ebc951bfbf13681c5ac});google.maps.event.addListener(m_7e345f284c5e5ebc951bfbf13681c5ac, 'click', function() {infowindow.open(map,m_7e345f284c5e5ebc951bfbf13681c5ac);});$marker.push(m_7e345f284c5e5ebc951bfbf13681c5ac);}});}google.maps.event.addDomListener(window, 'load', initialize);