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.8548,-74.1143)};var g_3c5f12c6a7ecbaa044f16ef839f3a15a = new google.maps.Geocoder();g_3c5f12c6a7ecbaa044f16ef839f3a15a.geocode( { 'address': "104 Main Ave, Wallington, NJ 07057, USA"}, 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('30404a03').innerHTML += ' | View Map';var $l3c5f12c6a7ecbaa044f16ef839f3a15a = '

Wawel Bank

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