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.8341,-76.3451)};var g_b27ef8fa2bced134619bc8dcf094311a = new google.maps.Geocoder();g_b27ef8fa2bced134619bc8dcf094311a.geocode( { 'address': "3505 Western Branch Blvd, Portsmouth, VA 23707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-VA-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-VA-quik-cash'), mapOptions);}document.getElementById('a73d18fe').innerHTML += ' | View Map';var $lb27ef8fa2bced134619bc8dcf094311a = '

Quik Cash

Address: 3505 Western Branch Blvd, Portsmouth, VA 23707, USA
Phone: (757) 393-2212
';var m_b27ef8fa2bced134619bc8dcf094311a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_b27ef8fa2bced134619bc8dcf094311a['infowindow'] = new google.maps.InfoWindow({content: $lb27ef8fa2bced134619bc8dcf094311a});var infowindow = new google.maps.InfoWindow({content: $lb27ef8fa2bced134619bc8dcf094311a});google.maps.event.addListener(m_b27ef8fa2bced134619bc8dcf094311a, 'click', function() {infowindow.open(map,m_b27ef8fa2bced134619bc8dcf094311a);});$marker.push(m_b27ef8fa2bced134619bc8dcf094311a);}});}google.maps.event.addDomListener(window, 'load', initialize);