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.2465,-77.41)};var g_3516e6f4575546f21b86d6149b93e5bd = new google.maps.Geocoder();g_3516e6f4575546f21b86d6149b93e5bd.geocode( { 'address': "651 Boulevard #1, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-cash-2-u-loans').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-cash-2-u-loans'), mapOptions);}document.getElementById('ec178853').innerHTML += ' | View Map';var $l3516e6f4575546f21b86d6149b93e5bd = '

Cash-2-U Loans

Address: 651 Boulevard #1, Colonial Heights, VA 23834, USA
Phone: (804) 524-8365
';var m_3516e6f4575546f21b86d6149b93e5bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash-2-U Loans',});m_3516e6f4575546f21b86d6149b93e5bd['infowindow'] = new google.maps.InfoWindow({content: $l3516e6f4575546f21b86d6149b93e5bd});var infowindow = new google.maps.InfoWindow({content: $l3516e6f4575546f21b86d6149b93e5bd});google.maps.event.addListener(m_3516e6f4575546f21b86d6149b93e5bd, 'click', function() {infowindow.open(map,m_3516e6f4575546f21b86d6149b93e5bd);});$marker.push(m_3516e6f4575546f21b86d6149b93e5bd);}});}google.maps.event.addDomListener(window, 'load', initialize);