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.6782,-77.9174)};var g_2cc91799611a4e93ba7aac0f0a43d13b = new google.maps.Geocoder();g_2cc91799611a4e93ba7aac0f0a43d13b.geocode( { 'address': "18179 Lee Hwy, Amissville, VA 20106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amissville-VA-citibank-atm').style.display = '';map = new google.maps.Map(document.getElementById('amissville-VA-citibank-atm'), mapOptions);}document.getElementById('fe7c5556').innerHTML += ' | View Map';var $l2cc91799611a4e93ba7aac0f0a43d13b = '

Citibank ATM

Address: 18179 Lee Hwy, Amissville, VA 20106, USA
Phone: (800) 627-3999
';var m_2cc91799611a4e93ba7aac0f0a43d13b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank ATM',});m_2cc91799611a4e93ba7aac0f0a43d13b['infowindow'] = new google.maps.InfoWindow({content: $l2cc91799611a4e93ba7aac0f0a43d13b});var infowindow = new google.maps.InfoWindow({content: $l2cc91799611a4e93ba7aac0f0a43d13b});google.maps.event.addListener(m_2cc91799611a4e93ba7aac0f0a43d13b, 'click', function() {infowindow.open(map,m_2cc91799611a4e93ba7aac0f0a43d13b);});$marker.push(m_2cc91799611a4e93ba7aac0f0a43d13b);}});}google.maps.event.addDomListener(window, 'load', initialize);