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(41.3202,-74.801)};var g_c5f7756d9f92a8954884ec415f79d120 = new google.maps.Geocoder();g_c5f7756d9f92a8954884ec415f79d120.geocode( { 'address': "212 E Harford St, Milford, PA 18337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-PA-advanced-data').style.display = '';map = new google.maps.Map(document.getElementById('milford-PA-advanced-data'), mapOptions);}document.getElementById('bc6c5ad1').innerHTML += ' | View Map';var $lc5f7756d9f92a8954884ec415f79d120 = '

Advanced Data

Address: 212 E Harford St, Milford, PA 18337, USA
Phone: (800) 537-0458
';var m_c5f7756d9f92a8954884ec415f79d120 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advanced Data',});m_c5f7756d9f92a8954884ec415f79d120['infowindow'] = new google.maps.InfoWindow({content: $lc5f7756d9f92a8954884ec415f79d120});var infowindow = new google.maps.InfoWindow({content: $lc5f7756d9f92a8954884ec415f79d120});google.maps.event.addListener(m_c5f7756d9f92a8954884ec415f79d120, 'click', function() {infowindow.open(map,m_c5f7756d9f92a8954884ec415f79d120);});$marker.push(m_c5f7756d9f92a8954884ec415f79d120);}});}google.maps.event.addDomListener(window, 'load', initialize);