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.6327,-75.3689)};var g_db2675993c7f3e9137332dbdf18550fc = new google.maps.Geocoder();g_db2675993c7f3e9137332dbdf18550fc.geocode( { 'address': "1414 Millard St # 2, Bethlehem, PA 18018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-credit-bureau-associates-lehigh-valley').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-credit-bureau-associates-lehigh-valley'), mapOptions);}document.getElementById('ffe59102').innerHTML += ' | View Map';var $ldb2675993c7f3e9137332dbdf18550fc = '

Credit Bureau Associates-Lehigh Valley

Address: 1414 Millard St # 2, Bethlehem, PA 18018, USA
Phone: (610) 867-5044
';var m_db2675993c7f3e9137332dbdf18550fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Bureau Associates-Lehigh Valley',});m_db2675993c7f3e9137332dbdf18550fc['infowindow'] = new google.maps.InfoWindow({content: $ldb2675993c7f3e9137332dbdf18550fc});var infowindow = new google.maps.InfoWindow({content: $ldb2675993c7f3e9137332dbdf18550fc});google.maps.event.addListener(m_db2675993c7f3e9137332dbdf18550fc, 'click', function() {infowindow.open(map,m_db2675993c7f3e9137332dbdf18550fc);});$marker.push(m_db2675993c7f3e9137332dbdf18550fc);}});}google.maps.event.addDomListener(window, 'load', initialize);