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(37.3595,-81.0439)};var g_8170400391fa5f8874c21c7d1d242a28 = new google.maps.Geocoder();g_8170400391fa5f8874c21c7d1d242a28.geocode( { 'address': "201 Greasy Ridge Rd, Princeton, WV 24740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('princeton-WV-carrollton-bank').style.display = '';map = new google.maps.Map(document.getElementById('princeton-WV-carrollton-bank'), mapOptions);}document.getElementById('f6ed4d7b').innerHTML += ' | View Map';var $l8170400391fa5f8874c21c7d1d242a28 = '

Carrollton Bank

Address: 201 Greasy Ridge Rd, Princeton, WV 24740, USA
Phone:
';var m_8170400391fa5f8874c21c7d1d242a28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carrollton Bank',});m_8170400391fa5f8874c21c7d1d242a28['infowindow'] = new google.maps.InfoWindow({content: $l8170400391fa5f8874c21c7d1d242a28});var infowindow = new google.maps.InfoWindow({content: $l8170400391fa5f8874c21c7d1d242a28});google.maps.event.addListener(m_8170400391fa5f8874c21c7d1d242a28, 'click', function() {infowindow.open(map,m_8170400391fa5f8874c21c7d1d242a28);});$marker.push(m_8170400391fa5f8874c21c7d1d242a28);}});}google.maps.event.addDomListener(window, 'load', initialize);