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.0985,-76.4594)};var g_0554ad2558c20505cf185f4ed40148ae = new google.maps.Geocoder();g_0554ad2558c20505cf185f4ed40148ae.geocode( { 'address': "1045 J Clyde Morris Blvd, Newport News, VA 23606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-approved-cash'), mapOptions);}document.getElementById('01ce51de').innerHTML += ' | View Map';var $l0554ad2558c20505cf185f4ed40148ae = '

Approved Cash

Address: 1045 J Clyde Morris Blvd, Newport News, VA 23606, USA
Phone: (757) 594-0620
';var m_0554ad2558c20505cf185f4ed40148ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_0554ad2558c20505cf185f4ed40148ae['infowindow'] = new google.maps.InfoWindow({content: $l0554ad2558c20505cf185f4ed40148ae});var infowindow = new google.maps.InfoWindow({content: $l0554ad2558c20505cf185f4ed40148ae});google.maps.event.addListener(m_0554ad2558c20505cf185f4ed40148ae, 'click', function() {infowindow.open(map,m_0554ad2558c20505cf185f4ed40148ae);});$marker.push(m_0554ad2558c20505cf185f4ed40148ae);}});}google.maps.event.addDomListener(window, 'load', initialize);