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.5675,-74.5441)};var g_f98ccc3d64eecbb5e75a2513ab2b4ef8 = new google.maps.Geocoder();g_f98ccc3d64eecbb5e75a2513ab2b4ef8.geocode( { 'address': "432 W Union Ave, Bound Brook, NJ 08805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bound-brook-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('bound-brook-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('d602ffc5').innerHTML += ' | View Map';var $lf98ccc3d64eecbb5e75a2513ab2b4ef8 = '

Wells Fargo Bank

Address: 432 W Union Ave, Bound Brook, NJ 08805, USA
Phone: (732) 980-2579
';var m_f98ccc3d64eecbb5e75a2513ab2b4ef8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_f98ccc3d64eecbb5e75a2513ab2b4ef8['infowindow'] = new google.maps.InfoWindow({content: $lf98ccc3d64eecbb5e75a2513ab2b4ef8});var infowindow = new google.maps.InfoWindow({content: $lf98ccc3d64eecbb5e75a2513ab2b4ef8});google.maps.event.addListener(m_f98ccc3d64eecbb5e75a2513ab2b4ef8, 'click', function() {infowindow.open(map,m_f98ccc3d64eecbb5e75a2513ab2b4ef8);});$marker.push(m_f98ccc3d64eecbb5e75a2513ab2b4ef8);}});}google.maps.event.addDomListener(window, 'load', initialize);