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.63,-74.922)};var g_a5f4a48ec429c779ed36665a449c8a4a = new google.maps.Geocoder();g_a5f4a48ec429c779ed36665a449c8a4a.geocode( { 'address': "32 Pittstown Rd, Clinton, NJ 08809, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('0256874d').innerHTML += ' | View Map';var $la5f4a48ec429c779ed36665a449c8a4a = '

Wells Fargo Bank

Address: 32 Pittstown Rd, Clinton, NJ 08809, USA
Phone: (908) 627-4066
';var m_a5f4a48ec429c779ed36665a449c8a4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_a5f4a48ec429c779ed36665a449c8a4a['infowindow'] = new google.maps.InfoWindow({content: $la5f4a48ec429c779ed36665a449c8a4a});var infowindow = new google.maps.InfoWindow({content: $la5f4a48ec429c779ed36665a449c8a4a});google.maps.event.addListener(m_a5f4a48ec429c779ed36665a449c8a4a, 'click', function() {infowindow.open(map,m_a5f4a48ec429c779ed36665a449c8a4a);});$marker.push(m_a5f4a48ec429c779ed36665a449c8a4a);}});}google.maps.event.addDomListener(window, 'load', initialize);