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.0358,-76.4105)};var g_be7822ff778d568b780c9b7e2df75397 = new google.maps.Geocoder();g_be7822ff778d568b780c9b7e2df75397.geocode( { 'address': "2515 W Mercury Blvd, Hampton, VA 23666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-VA-cash-2u').style.display = '';map = new google.maps.Map(document.getElementById('hampton-VA-cash-2u'), mapOptions);}document.getElementById('948dd34c').innerHTML += ' | View Map';var $lbe7822ff778d568b780c9b7e2df75397 = '

Cash 2U

Address: 2515 W Mercury Blvd, Hampton, VA 23666, USA
Phone: (757) 896-2274
';var m_be7822ff778d568b780c9b7e2df75397 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash 2U',});m_be7822ff778d568b780c9b7e2df75397['infowindow'] = new google.maps.InfoWindow({content: $lbe7822ff778d568b780c9b7e2df75397});var infowindow = new google.maps.InfoWindow({content: $lbe7822ff778d568b780c9b7e2df75397});google.maps.event.addListener(m_be7822ff778d568b780c9b7e2df75397, 'click', function() {infowindow.open(map,m_be7822ff778d568b780c9b7e2df75397);});$marker.push(m_be7822ff778d568b780c9b7e2df75397);}});}google.maps.event.addDomListener(window, 'load', initialize);