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.6156,-77.4985)};var g_e3f20d78aa268dbc5a1ba6a2860eaec7 = new google.maps.Geocoder();g_e3f20d78aa268dbc5a1ba6a2860eaec7.geocode( { 'address': "7310 Staples Mill Rd, Richmond, VA 23228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-the-loan-store').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-the-loan-store'), mapOptions);}document.getElementById('dff541f6').innerHTML += ' | View Map';var $le3f20d78aa268dbc5a1ba6a2860eaec7 = '

The Loan Store

Address: 7310 Staples Mill Rd, Richmond, VA 23228, USA
Phone: (804) 266-1011
';var m_e3f20d78aa268dbc5a1ba6a2860eaec7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Loan Store',});m_e3f20d78aa268dbc5a1ba6a2860eaec7['infowindow'] = new google.maps.InfoWindow({content: $le3f20d78aa268dbc5a1ba6a2860eaec7});var infowindow = new google.maps.InfoWindow({content: $le3f20d78aa268dbc5a1ba6a2860eaec7});google.maps.event.addListener(m_e3f20d78aa268dbc5a1ba6a2860eaec7, 'click', function() {infowindow.open(map,m_e3f20d78aa268dbc5a1ba6a2860eaec7);});$marker.push(m_e3f20d78aa268dbc5a1ba6a2860eaec7);}});}google.maps.event.addDomListener(window, 'load', initialize);