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.0294,-76.423)};var g_c02d43de36933d4d467dab644d02e6c6 = new google.maps.Geocoder();g_c02d43de36933d4d467dab644d02e6c6.geocode( { 'address': "4013 W Mercury Blvd, Hampton, VA 23666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-VA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('hampton-VA-check-into-cash'), mapOptions);}document.getElementById('89b16f28').innerHTML += ' | View Map';var $lc02d43de36933d4d467dab644d02e6c6 = '

Check Into Cash

Address: 4013 W Mercury Blvd, Hampton, VA 23666, USA
Phone: (757) 262-0370
';var m_c02d43de36933d4d467dab644d02e6c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_c02d43de36933d4d467dab644d02e6c6['infowindow'] = new google.maps.InfoWindow({content: $lc02d43de36933d4d467dab644d02e6c6});var infowindow = new google.maps.InfoWindow({content: $lc02d43de36933d4d467dab644d02e6c6});google.maps.event.addListener(m_c02d43de36933d4d467dab644d02e6c6, 'click', function() {infowindow.open(map,m_c02d43de36933d4d467dab644d02e6c6);});$marker.push(m_c02d43de36933d4d467dab644d02e6c6);}});}google.maps.event.addDomListener(window, 'load', initialize);