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.3323,-75.1168)};var g_9165d83699e3d014274f4737d169a2a0 = new google.maps.Geocoder();g_9165d83699e3d014274f4737d169a2a0.geocode( { 'address': "350 S Main St, Doylestown, PA 18901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doylestown-PA-buckingham-insurance-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('doylestown-PA-buckingham-insurance-group-llc'), mapOptions);}document.getElementById('7d5ef50f').innerHTML += ' | View Map';var $l9165d83699e3d014274f4737d169a2a0 = '

Buckingham Insurance Group, LLC

Address: 350 S Main St, Doylestown, PA 18901
Phone: (215) 699-1051
';var m_9165d83699e3d014274f4737d169a2a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buckingham Insurance Group, LLC',});m_9165d83699e3d014274f4737d169a2a0['infowindow'] = new google.maps.InfoWindow({content: $l9165d83699e3d014274f4737d169a2a0});var infowindow = new google.maps.InfoWindow({content: $l9165d83699e3d014274f4737d169a2a0});google.maps.event.addListener(m_9165d83699e3d014274f4737d169a2a0, 'click', function() {infowindow.open(map,m_9165d83699e3d014274f4737d169a2a0);});$marker.push(m_9165d83699e3d014274f4737d169a2a0);}});}google.maps.event.addDomListener(window, 'load', initialize);