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(39.9671,-75.5865)};var g_d22f8ea4798b289e73da669ec2e1cf32 = new google.maps.Geocoder();g_d22f8ea4798b289e73da669ec2e1cf32.geocode( { 'address': "11 Turner Ln, West Chester, PA 19380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-chester-PA-fischer-cunnane--associates-ltd').style.display = '';map = new google.maps.Map(document.getElementById('west-chester-PA-fischer-cunnane--associates-ltd'), mapOptions);}document.getElementById('5df19d15').innerHTML += ' | View Map';var $ld22f8ea4798b289e73da669ec2e1cf32 = '

Fischer Cunnane & Associates Ltd

Address: 11 Turner Ln, West Chester, PA 19380, USA
Phone: (610) 431-1003
';var m_d22f8ea4798b289e73da669ec2e1cf32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fischer Cunnane & Associates Ltd',});m_d22f8ea4798b289e73da669ec2e1cf32['infowindow'] = new google.maps.InfoWindow({content: $ld22f8ea4798b289e73da669ec2e1cf32});var infowindow = new google.maps.InfoWindow({content: $ld22f8ea4798b289e73da669ec2e1cf32});google.maps.event.addListener(m_d22f8ea4798b289e73da669ec2e1cf32, 'click', function() {infowindow.open(map,m_d22f8ea4798b289e73da669ec2e1cf32);});$marker.push(m_d22f8ea4798b289e73da669ec2e1cf32);}});}google.maps.event.addDomListener(window, 'load', initialize);