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.519,-74.2761)};var g_ddd1281c5c3d24ad59c3af056025aed4 = new google.maps.Geocoder();g_ddd1281c5c3d24ad59c3af056025aed4.geocode( { 'address': "214 Smith St, Perth Amboy, NJ 08861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('perth-amboy-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('perth-amboy-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('a9ef3feb').innerHTML += ' | View Map';var $lddd1281c5c3d24ad59c3af056025aed4 = '

Wells Fargo Bank

Address: 214 Smith St, Perth Amboy, NJ 08861
Phone: (732) 324-3600
';var m_ddd1281c5c3d24ad59c3af056025aed4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_ddd1281c5c3d24ad59c3af056025aed4['infowindow'] = new google.maps.InfoWindow({content: $lddd1281c5c3d24ad59c3af056025aed4});var infowindow = new google.maps.InfoWindow({content: $lddd1281c5c3d24ad59c3af056025aed4});google.maps.event.addListener(m_ddd1281c5c3d24ad59c3af056025aed4, 'click', function() {infowindow.open(map,m_ddd1281c5c3d24ad59c3af056025aed4);});$marker.push(m_ddd1281c5c3d24ad59c3af056025aed4);}});}google.maps.event.addDomListener(window, 'load', initialize);