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.0252,-79.9348)};var g_424141e8862792bca415bda77afca405 = new google.maps.Geocoder();g_424141e8862792bca415bda77afca405.geocode( { 'address': "315 Crim Ave, Belington, WV 26250, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belington-WV-freedom-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('belington-WV-freedom-bank-inc'), mapOptions);}document.getElementById('85184197').innerHTML += ' | View Map';var $l424141e8862792bca415bda77afca405 = '

Freedom Bank Inc

Address: 315 Crim Ave, Belington, WV 26250, USA
Phone: (304) 823-1531
';var m_424141e8862792bca415bda77afca405 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freedom Bank Inc',});m_424141e8862792bca415bda77afca405['infowindow'] = new google.maps.InfoWindow({content: $l424141e8862792bca415bda77afca405});var infowindow = new google.maps.InfoWindow({content: $l424141e8862792bca415bda77afca405});google.maps.event.addListener(m_424141e8862792bca415bda77afca405, 'click', function() {infowindow.open(map,m_424141e8862792bca415bda77afca405);});$marker.push(m_424141e8862792bca415bda77afca405);}});}google.maps.event.addDomListener(window, 'load', initialize);