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.8546,-74.1075)};var g_a618edd4a5927604448cdc70d4c16172 = new google.maps.Geocoder();g_a618edd4a5927604448cdc70d4c16172.geocode( { 'address': "104 Main Ave, Wallington, NJ 07057"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallington-NJ-wawel-bank').style.display = '';map = new google.maps.Map(document.getElementById('wallington-NJ-wawel-bank'), mapOptions);}document.getElementById('063ae937').innerHTML += ' | View Map';var $la618edd4a5927604448cdc70d4c16172 = '

Wawel Bank

Address: 104 Main Ave, Wallington, NJ 07057
Phone: (973) 478-9295
';var m_a618edd4a5927604448cdc70d4c16172 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wawel Bank',});m_a618edd4a5927604448cdc70d4c16172['infowindow'] = new google.maps.InfoWindow({content: $la618edd4a5927604448cdc70d4c16172});var infowindow = new google.maps.InfoWindow({content: $la618edd4a5927604448cdc70d4c16172});google.maps.event.addListener(m_a618edd4a5927604448cdc70d4c16172, 'click', function() {infowindow.open(map,m_a618edd4a5927604448cdc70d4c16172);});$marker.push(m_a618edd4a5927604448cdc70d4c16172);}});}google.maps.event.addDomListener(window, 'load', initialize);