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.3597,-81.6466)};var g_1331f787bec1d9fda42cc23420a27c63 = new google.maps.Geocoder();g_1331f787bec1d9fda42cc23420a27c63.geocode( { 'address': "220 Virginia St W, Charleston, WV 25302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-WV-citifinancial').style.display = '';map = new google.maps.Map(document.getElementById('charleston-WV-citifinancial'), mapOptions);}document.getElementById('25b5f95e').innerHTML += ' | View Map';var $l1331f787bec1d9fda42cc23420a27c63 = '

Citifinancial

Address: 220 Virginia St W, Charleston, WV 25302, USA
Phone: (304) 342-7161
';var m_1331f787bec1d9fda42cc23420a27c63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citifinancial',});m_1331f787bec1d9fda42cc23420a27c63['infowindow'] = new google.maps.InfoWindow({content: $l1331f787bec1d9fda42cc23420a27c63});var infowindow = new google.maps.InfoWindow({content: $l1331f787bec1d9fda42cc23420a27c63});google.maps.event.addListener(m_1331f787bec1d9fda42cc23420a27c63, 'click', function() {infowindow.open(map,m_1331f787bec1d9fda42cc23420a27c63);});$marker.push(m_1331f787bec1d9fda42cc23420a27c63);}});}google.maps.event.addDomListener(window, 'load', initialize);