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.1614,-75.0815)};var g_b5e3a2bd4b6de6e5b720a0d06e8da876 = new google.maps.Geocoder();g_b5e3a2bd4b6de6e5b720a0d06e8da876.geocode( { 'address': "2200 Byberry Rd, Hatboro, PA 19040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hatboro-PA-federal-bond--collection-services').style.display = '';map = new google.maps.Map(document.getElementById('hatboro-PA-federal-bond--collection-services'), mapOptions);}document.getElementById('3545fde4').innerHTML += ' | View Map';var $lb5e3a2bd4b6de6e5b720a0d06e8da876 = '

Federal Bond & Collection Services

Address: 2200 Byberry Rd, Hatboro, PA 19040, USA
Phone: (800) 220-2018
';var m_b5e3a2bd4b6de6e5b720a0d06e8da876 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Bond & Collection Services',});m_b5e3a2bd4b6de6e5b720a0d06e8da876['infowindow'] = new google.maps.InfoWindow({content: $lb5e3a2bd4b6de6e5b720a0d06e8da876});var infowindow = new google.maps.InfoWindow({content: $lb5e3a2bd4b6de6e5b720a0d06e8da876});google.maps.event.addListener(m_b5e3a2bd4b6de6e5b720a0d06e8da876, 'click', function() {infowindow.open(map,m_b5e3a2bd4b6de6e5b720a0d06e8da876);});$marker.push(m_b5e3a2bd4b6de6e5b720a0d06e8da876);}});}google.maps.event.addDomListener(window, 'load', initialize);