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.5073,-75.3867)};var g_f2f0158a8a5221168d0b2a73cba3fcdb = new google.maps.Geocoder();g_f2f0158a8a5221168d0b2a73cba3fcdb.geocode( { 'address': "240 S 3rd St, Coopersburg, PA 18036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coopersburg-PA-sovereign-bank').style.display = '';map = new google.maps.Map(document.getElementById('coopersburg-PA-sovereign-bank'), mapOptions);}document.getElementById('8550fd7f').innerHTML += ' | View Map';var $lf2f0158a8a5221168d0b2a73cba3fcdb = '

Sovereign Bank

Address: 240 S 3rd St, Coopersburg, PA 18036, USA
Phone: (610) 282-3406
';var m_f2f0158a8a5221168d0b2a73cba3fcdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign Bank',});m_f2f0158a8a5221168d0b2a73cba3fcdb['infowindow'] = new google.maps.InfoWindow({content: $lf2f0158a8a5221168d0b2a73cba3fcdb});var infowindow = new google.maps.InfoWindow({content: $lf2f0158a8a5221168d0b2a73cba3fcdb});google.maps.event.addListener(m_f2f0158a8a5221168d0b2a73cba3fcdb, 'click', function() {infowindow.open(map,m_f2f0158a8a5221168d0b2a73cba3fcdb);});$marker.push(m_f2f0158a8a5221168d0b2a73cba3fcdb);}});}google.maps.event.addDomListener(window, 'load', initialize);