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(36.8023,-78.4596)};var g_b72b579839f0eb74d0e5d9cbe45a10bd = new google.maps.Geocoder();g_b72b579839f0eb74d0e5d9cbe45a10bd.geocode( { 'address': "525 N Main St, Chase City, VA 23924, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chase-city-VA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('chase-city-VA-wells-fargo-bank'), mapOptions);}document.getElementById('bebb0cf0').innerHTML += ' | View Map';var $lb72b579839f0eb74d0e5d9cbe45a10bd = '

Wells Fargo Bank

Address: 525 N Main St, Chase City, VA 23924, USA
Phone: (434) 372-4101
';var m_b72b579839f0eb74d0e5d9cbe45a10bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_b72b579839f0eb74d0e5d9cbe45a10bd['infowindow'] = new google.maps.InfoWindow({content: $lb72b579839f0eb74d0e5d9cbe45a10bd});var infowindow = new google.maps.InfoWindow({content: $lb72b579839f0eb74d0e5d9cbe45a10bd});google.maps.event.addListener(m_b72b579839f0eb74d0e5d9cbe45a10bd, 'click', function() {infowindow.open(map,m_b72b579839f0eb74d0e5d9cbe45a10bd);});$marker.push(m_b72b579839f0eb74d0e5d9cbe45a10bd);}});}google.maps.event.addDomListener(window, 'load', initialize);