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.4762,-80.1521)};var g_8caaa88d8b525f8875beaeda2bde004f = new google.maps.Geocoder();g_8caaa88d8b525f8875beaeda2bde004f.geocode( { 'address': "216 Fairmont Ave, Fairmont, WV 26554"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairmont-WV-first-exchange-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairmont-WV-first-exchange-bank'), mapOptions);}document.getElementById('3c4158b7').innerHTML += ' | View Map';var $l8caaa88d8b525f8875beaeda2bde004f = '

First Exchange Bank

Address: 216 Fairmont Ave, Fairmont, WV 26554
Phone: (304) 367-1700
';var m_8caaa88d8b525f8875beaeda2bde004f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Exchange Bank',});m_8caaa88d8b525f8875beaeda2bde004f['infowindow'] = new google.maps.InfoWindow({content: $l8caaa88d8b525f8875beaeda2bde004f});var infowindow = new google.maps.InfoWindow({content: $l8caaa88d8b525f8875beaeda2bde004f});google.maps.event.addListener(m_8caaa88d8b525f8875beaeda2bde004f, 'click', function() {infowindow.open(map,m_8caaa88d8b525f8875beaeda2bde004f);});$marker.push(m_8caaa88d8b525f8875beaeda2bde004f);}});}google.maps.event.addDomListener(window, 'load', initialize);