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.743,-75.3117)};var g_380c61d7fb7637ec02f9f3554c0f7fb0 = new google.maps.Geocoder();g_380c61d7fb7637ec02f9f3554c0f7fb0.geocode( { 'address': "10 N Main St, Nazareth, PA 18064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nazareth-PA-embassy-bank-for-the-lehigh-valley').style.display = '';map = new google.maps.Map(document.getElementById('nazareth-PA-embassy-bank-for-the-lehigh-valley'), mapOptions);}document.getElementById('f8348988').innerHTML += ' | View Map';var $l380c61d7fb7637ec02f9f3554c0f7fb0 = '

Embassy Bank for the Lehigh Valley

Address: 10 N Main St, Nazareth, PA 18064, USA
Phone: (610) 614-3251
';var m_380c61d7fb7637ec02f9f3554c0f7fb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Embassy Bank for the Lehigh Valley',});m_380c61d7fb7637ec02f9f3554c0f7fb0['infowindow'] = new google.maps.InfoWindow({content: $l380c61d7fb7637ec02f9f3554c0f7fb0});var infowindow = new google.maps.InfoWindow({content: $l380c61d7fb7637ec02f9f3554c0f7fb0});google.maps.event.addListener(m_380c61d7fb7637ec02f9f3554c0f7fb0, 'click', function() {infowindow.open(map,m_380c61d7fb7637ec02f9f3554c0f7fb0);});$marker.push(m_380c61d7fb7637ec02f9f3554c0f7fb0);}});}google.maps.event.addDomListener(window, 'load', initialize);