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.2674,-75.2251)};var g_a2bbb1fd15d9e94c87a6c568ed556349 = new google.maps.Geocoder();g_a2bbb1fd15d9e94c87a6c568ed556349.geocode( { 'address': "4275 County Line Rd, Chalfont, PA 18914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chalfont-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('chalfont-PA-citizens-bank'), mapOptions);}document.getElementById('3b19d95d').innerHTML += ' | View Map';var $la2bbb1fd15d9e94c87a6c568ed556349 = '

Citizens Bank

Address: 4275 County Line Rd, Chalfont, PA 18914, USA
Phone: (215) 822-5021
';var m_a2bbb1fd15d9e94c87a6c568ed556349 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_a2bbb1fd15d9e94c87a6c568ed556349['infowindow'] = new google.maps.InfoWindow({content: $la2bbb1fd15d9e94c87a6c568ed556349});var infowindow = new google.maps.InfoWindow({content: $la2bbb1fd15d9e94c87a6c568ed556349});google.maps.event.addListener(m_a2bbb1fd15d9e94c87a6c568ed556349, 'click', function() {infowindow.open(map,m_a2bbb1fd15d9e94c87a6c568ed556349);});$marker.push(m_a2bbb1fd15d9e94c87a6c568ed556349);}});}google.maps.event.addDomListener(window, 'load', initialize);