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.8099,-76.3589)};var g_c66703ccf30f4ab403710e9de12c36a6 = new google.maps.Geocoder();g_c66703ccf30f4ab403710e9de12c36a6.geocode( { 'address': "3929 Victory Blvd e, Portsmouth, VA 23701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-VA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-VA-advance-america'), mapOptions);}document.getElementById('069f50f3').innerHTML += ' | View Map';var $lc66703ccf30f4ab403710e9de12c36a6 = '

Advance America

Address: 3929 Victory Blvd e, Portsmouth, VA 23701, USA
Phone: (757) 405-0052
';var m_c66703ccf30f4ab403710e9de12c36a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_c66703ccf30f4ab403710e9de12c36a6['infowindow'] = new google.maps.InfoWindow({content: $lc66703ccf30f4ab403710e9de12c36a6});var infowindow = new google.maps.InfoWindow({content: $lc66703ccf30f4ab403710e9de12c36a6});google.maps.event.addListener(m_c66703ccf30f4ab403710e9de12c36a6, 'click', function() {infowindow.open(map,m_c66703ccf30f4ab403710e9de12c36a6);});$marker.push(m_c66703ccf30f4ab403710e9de12c36a6);}});}google.maps.event.addDomListener(window, 'load', initialize);