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.6413,-80.1506)};var g_e47f7ada4fad1a73c2da6e2f175bdb75 = new google.maps.Geocoder();g_e47f7ada4fad1a73c2da6e2f175bdb75.geocode( { 'address': "285 North St, Meadville, PA 16335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meadville-PA-quinn-agency-llc').style.display = '';map = new google.maps.Map(document.getElementById('meadville-PA-quinn-agency-llc'), mapOptions);}document.getElementById('b4335bda').innerHTML += ' | View Map';var $le47f7ada4fad1a73c2da6e2f175bdb75 = '

Quinn Agency, LLC

Address: 285 North St, Meadville, PA 16335, USA
Phone: (814) 337-2766
';var m_e47f7ada4fad1a73c2da6e2f175bdb75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quinn Agency, LLC',});m_e47f7ada4fad1a73c2da6e2f175bdb75['infowindow'] = new google.maps.InfoWindow({content: $le47f7ada4fad1a73c2da6e2f175bdb75});var infowindow = new google.maps.InfoWindow({content: $le47f7ada4fad1a73c2da6e2f175bdb75});google.maps.event.addListener(m_e47f7ada4fad1a73c2da6e2f175bdb75, 'click', function() {infowindow.open(map,m_e47f7ada4fad1a73c2da6e2f175bdb75);});$marker.push(m_e47f7ada4fad1a73c2da6e2f175bdb75);}});}google.maps.event.addDomListener(window, 'load', initialize);