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(37.044,-76.3523)};var g_6a93188854e0be7204fc75b73ccfd39f = new google.maps.Geocoder();g_6a93188854e0be7204fc75b73ccfd39f.geocode( { 'address': "52 W Mercury Blvd, Hampton, VA 23669, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-VA-cash-n-a-flash').style.display = '';map = new google.maps.Map(document.getElementById('hampton-VA-cash-n-a-flash'), mapOptions);}document.getElementById('5d9bee94').innerHTML += ' | View Map';var $l6a93188854e0be7204fc75b73ccfd39f = '

Cash-N-A-Flash

Address: 52 W Mercury Blvd, Hampton, VA 23669, USA
Phone: (757) 726-2274
';var m_6a93188854e0be7204fc75b73ccfd39f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash-N-A-Flash',});m_6a93188854e0be7204fc75b73ccfd39f['infowindow'] = new google.maps.InfoWindow({content: $l6a93188854e0be7204fc75b73ccfd39f});var infowindow = new google.maps.InfoWindow({content: $l6a93188854e0be7204fc75b73ccfd39f});google.maps.event.addListener(m_6a93188854e0be7204fc75b73ccfd39f, 'click', function() {infowindow.open(map,m_6a93188854e0be7204fc75b73ccfd39f);});$marker.push(m_6a93188854e0be7204fc75b73ccfd39f);}});}google.maps.event.addDomListener(window, 'load', initialize);