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(38.3488,-81.6313)};var g_2ff385c6e75c56b7a5a93d9fcd0c82ee = new google.maps.Geocoder();g_2ff385c6e75c56b7a5a93d9fcd0c82ee.geocode( { 'address': "Charleston, WV"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-WV-city-national-bank-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('charleston-WV-city-national-bank-of-florida'), mapOptions);}document.getElementById('e239a74c').innerHTML += ' | View Map';var $l2ff385c6e75c56b7a5a93d9fcd0c82ee = '

City National Bank Of Florida

Address: Charleston, WV
Phone: (304) 926-7436
';var m_2ff385c6e75c56b7a5a93d9fcd0c82ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank Of Florida',});m_2ff385c6e75c56b7a5a93d9fcd0c82ee['infowindow'] = new google.maps.InfoWindow({content: $l2ff385c6e75c56b7a5a93d9fcd0c82ee});var infowindow = new google.maps.InfoWindow({content: $l2ff385c6e75c56b7a5a93d9fcd0c82ee});google.maps.event.addListener(m_2ff385c6e75c56b7a5a93d9fcd0c82ee, 'click', function() {infowindow.open(map,m_2ff385c6e75c56b7a5a93d9fcd0c82ee);});$marker.push(m_2ff385c6e75c56b7a5a93d9fcd0c82ee);}});}google.maps.event.addDomListener(window, 'load', initialize);