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.5349,-75.506)};var g_4808086079ec8d761c6fcbd631a052e3 = new google.maps.Geocoder();g_4808086079ec8d761c6fcbd631a052e3.geocode( { 'address': "335 Main St, Emmaus, PA 18049"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emmaus-PA-wachovia-offices').style.display = '';map = new google.maps.Map(document.getElementById('emmaus-PA-wachovia-offices'), mapOptions);}document.getElementById('9ee8ef13').innerHTML += ' | View Map';var $l4808086079ec8d761c6fcbd631a052e3 = '

Wachovia Offices

Address: 335 Main St, Emmaus, PA 18049
Phone: (610) 965-9888
';var m_4808086079ec8d761c6fcbd631a052e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wachovia Offices',});m_4808086079ec8d761c6fcbd631a052e3['infowindow'] = new google.maps.InfoWindow({content: $l4808086079ec8d761c6fcbd631a052e3});var infowindow = new google.maps.InfoWindow({content: $l4808086079ec8d761c6fcbd631a052e3});google.maps.event.addListener(m_4808086079ec8d761c6fcbd631a052e3, 'click', function() {infowindow.open(map,m_4808086079ec8d761c6fcbd631a052e3);});$marker.push(m_4808086079ec8d761c6fcbd631a052e3);}});}google.maps.event.addDomListener(window, 'load', initialize);