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.6247,-79.6856)};var g_6fbfe4f969a8fc13c88c3352e1ee8c99 = new google.maps.Geocoder();g_6fbfe4f969a8fc13c88c3352e1ee8c99.geocode( { 'address': "150 W Central Ave, Titusville, PA 16354"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('titusville-PA-community-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('titusville-PA-community-first-bank'), mapOptions);}document.getElementById('fbd9b3dd').innerHTML += ' | View Map';var $l6fbfe4f969a8fc13c88c3352e1ee8c99 = '

Community First Bank

Address: 150 W Central Ave, Titusville, PA 16354
Phone: (814) 775-0224
';var m_6fbfe4f969a8fc13c88c3352e1ee8c99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank',});m_6fbfe4f969a8fc13c88c3352e1ee8c99['infowindow'] = new google.maps.InfoWindow({content: $l6fbfe4f969a8fc13c88c3352e1ee8c99});var infowindow = new google.maps.InfoWindow({content: $l6fbfe4f969a8fc13c88c3352e1ee8c99});google.maps.event.addListener(m_6fbfe4f969a8fc13c88c3352e1ee8c99, 'click', function() {infowindow.open(map,m_6fbfe4f969a8fc13c88c3352e1ee8c99);});$marker.push(m_6fbfe4f969a8fc13c88c3352e1ee8c99);}});}google.maps.event.addDomListener(window, 'load', initialize);