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.3098,-74.8616)};var g_c6d734830ce616264b3a36647dff1b51 = new google.maps.Geocoder();g_c6d734830ce616264b3a36647dff1b51.geocode( { 'address': "110 Hobble Bush Dr, Milford, PA 18337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-PA-quality-tax-and-accounting-services').style.display = '';map = new google.maps.Map(document.getElementById('milford-PA-quality-tax-and-accounting-services'), mapOptions);}document.getElementById('4ce277af').innerHTML += ' | View Map';var $lc6d734830ce616264b3a36647dff1b51 = '

Quality Tax and Accounting Services

Address: 110 Hobble Bush Dr, Milford, PA 18337, USA
Phone: (866) 368-0402
';var m_c6d734830ce616264b3a36647dff1b51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quality Tax and Accounting Services',});m_c6d734830ce616264b3a36647dff1b51['infowindow'] = new google.maps.InfoWindow({content: $lc6d734830ce616264b3a36647dff1b51});var infowindow = new google.maps.InfoWindow({content: $lc6d734830ce616264b3a36647dff1b51});google.maps.event.addListener(m_c6d734830ce616264b3a36647dff1b51, 'click', function() {infowindow.open(map,m_c6d734830ce616264b3a36647dff1b51);});$marker.push(m_c6d734830ce616264b3a36647dff1b51);}});}google.maps.event.addDomListener(window, 'load', initialize);