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.9866,-81.1424)};var g_167b280cf6fb0d808c7250e4f97a5c33 = new google.maps.Geocoder();g_167b280cf6fb0d808c7250e4f97a5c33.geocode( { 'address': "215 Main St, Oak Hill, WV 25901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-hill-WV-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('oak-hill-WV-chase-bank'), mapOptions);}document.getElementById('f7f6346b').innerHTML += ' | View Map';var $l167b280cf6fb0d808c7250e4f97a5c33 = '

Chase Bank

Address: 215 Main St, Oak Hill, WV 25901
Phone: (304) 465-1146
';var m_167b280cf6fb0d808c7250e4f97a5c33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_167b280cf6fb0d808c7250e4f97a5c33['infowindow'] = new google.maps.InfoWindow({content: $l167b280cf6fb0d808c7250e4f97a5c33});var infowindow = new google.maps.InfoWindow({content: $l167b280cf6fb0d808c7250e4f97a5c33});google.maps.event.addListener(m_167b280cf6fb0d808c7250e4f97a5c33, 'click', function() {infowindow.open(map,m_167b280cf6fb0d808c7250e4f97a5c33);});$marker.push(m_167b280cf6fb0d808c7250e4f97a5c33);}});}google.maps.event.addDomListener(window, 'load', initialize);