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.6219,-75.3789)};var g_dc54040549d8d58f2c13c6a4f36b6c97 = new google.maps.Geocoder();g_dc54040549d8d58f2c13c6a4f36b6c97.geocode( { 'address': "One Bethlehem Plaza, 1 W Broad St, Bethlehem, PA 18018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-embrace-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-embrace-home-loans'), mapOptions);}document.getElementById('099d2818').innerHTML += ' | View Map';var $ldc54040549d8d58f2c13c6a4f36b6c97 = '

Embrace Home Loans

Address: One Bethlehem Plaza, 1 W Broad St, Bethlehem, PA 18018, USA
Phone: (800) 333-3004 ext.
';var m_dc54040549d8d58f2c13c6a4f36b6c97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Embrace Home Loans',});m_dc54040549d8d58f2c13c6a4f36b6c97['infowindow'] = new google.maps.InfoWindow({content: $ldc54040549d8d58f2c13c6a4f36b6c97});var infowindow = new google.maps.InfoWindow({content: $ldc54040549d8d58f2c13c6a4f36b6c97});google.maps.event.addListener(m_dc54040549d8d58f2c13c6a4f36b6c97, 'click', function() {infowindow.open(map,m_dc54040549d8d58f2c13c6a4f36b6c97);});$marker.push(m_dc54040549d8d58f2c13c6a4f36b6c97);}});}google.maps.event.addDomListener(window, 'load', initialize);