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.0949,-76.4584)};var g_b429a19944e802224cd8ad557b600b33 = new google.maps.Geocoder();g_b429a19944e802224cd8ad557b600b33.geocode( { 'address': "954 J Clyde Morris Blvd #106, Newport News, VA 23601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-check-into-cash'), mapOptions);}document.getElementById('a3651837').innerHTML += ' | View Map';var $lb429a19944e802224cd8ad557b600b33 = '

Check Into Cash

Address: 954 J Clyde Morris Blvd #106, Newport News, VA 23601, USA
Phone: (757) 594-9360
';var m_b429a19944e802224cd8ad557b600b33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_b429a19944e802224cd8ad557b600b33['infowindow'] = new google.maps.InfoWindow({content: $lb429a19944e802224cd8ad557b600b33});var infowindow = new google.maps.InfoWindow({content: $lb429a19944e802224cd8ad557b600b33});google.maps.event.addListener(m_b429a19944e802224cd8ad557b600b33, 'click', function() {infowindow.open(map,m_b429a19944e802224cd8ad557b600b33);});$marker.push(m_b429a19944e802224cd8ad557b600b33);}});}google.maps.event.addDomListener(window, 'load', initialize);