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.7352,-77.0972)};var g_d243d09058c40e2862d04960adc86d85 = new google.maps.Geocoder();g_d243d09058c40e2862d04960adc86d85.geocode( { 'address': "8218 Richmond Hwy, Alexandria, VA 22309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-ez-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-ez-title-loans'), mapOptions);}document.getElementById('83224eb1').innerHTML += ' | View Map';var $ld243d09058c40e2862d04960adc86d85 = '

EZ Title Loans

Address: 8218 Richmond Hwy, Alexandria, VA 22309, USA
Phone: (703) 775-2221
';var m_d243d09058c40e2862d04960adc86d85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Title Loans',});m_d243d09058c40e2862d04960adc86d85['infowindow'] = new google.maps.InfoWindow({content: $ld243d09058c40e2862d04960adc86d85});var infowindow = new google.maps.InfoWindow({content: $ld243d09058c40e2862d04960adc86d85});google.maps.event.addListener(m_d243d09058c40e2862d04960adc86d85, 'click', function() {infowindow.open(map,m_d243d09058c40e2862d04960adc86d85);});$marker.push(m_d243d09058c40e2862d04960adc86d85);}});}google.maps.event.addDomListener(window, 'load', initialize);