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(39.2806,-80.2603)};var g_01689d73fa7ca7d3892cac9278215edf = new google.maps.Geocoder();g_01689d73fa7ca7d3892cac9278215edf.geocode( { 'address': "625 W Main St, Bridgeport, WV 26330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-WV-freedom-bank').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-WV-freedom-bank'), mapOptions);}document.getElementById('ef30768d').innerHTML += ' | View Map';var $l01689d73fa7ca7d3892cac9278215edf = '

Freedom Bank

Address: 625 W Main St, Bridgeport, WV 26330, USA
Phone: (304) 842-4424
';var m_01689d73fa7ca7d3892cac9278215edf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freedom Bank',});m_01689d73fa7ca7d3892cac9278215edf['infowindow'] = new google.maps.InfoWindow({content: $l01689d73fa7ca7d3892cac9278215edf});var infowindow = new google.maps.InfoWindow({content: $l01689d73fa7ca7d3892cac9278215edf});google.maps.event.addListener(m_01689d73fa7ca7d3892cac9278215edf, 'click', function() {infowindow.open(map,m_01689d73fa7ca7d3892cac9278215edf);});$marker.push(m_01689d73fa7ca7d3892cac9278215edf);}});}google.maps.event.addDomListener(window, 'load', initialize);