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.3117,-75.1127)};var g_040a0325f72f3eb6fc61a3f981c30b45 = new google.maps.Geocoder();g_040a0325f72f3eb6fc61a3f981c30b45.geocode( { 'address': "500 Farm Ln, Doylestown, PA 18901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doylestown-PA-keybank').style.display = '';map = new google.maps.Map(document.getElementById('doylestown-PA-keybank'), mapOptions);}document.getElementById('ea224557').innerHTML += ' | View Map';var $l040a0325f72f3eb6fc61a3f981c30b45 = '

KeyBank

Address: 500 Farm Ln, Doylestown, PA 18901, USA
Phone: (215) 230-5532
';var m_040a0325f72f3eb6fc61a3f981c30b45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_040a0325f72f3eb6fc61a3f981c30b45['infowindow'] = new google.maps.InfoWindow({content: $l040a0325f72f3eb6fc61a3f981c30b45});var infowindow = new google.maps.InfoWindow({content: $l040a0325f72f3eb6fc61a3f981c30b45});google.maps.event.addListener(m_040a0325f72f3eb6fc61a3f981c30b45, 'click', function() {infowindow.open(map,m_040a0325f72f3eb6fc61a3f981c30b45);});$marker.push(m_040a0325f72f3eb6fc61a3f981c30b45);}});}google.maps.event.addDomListener(window, 'load', initialize);