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.5434,-77.3688)};var g_a2891d57d893822abe11b61dd7cb16a6 = new google.maps.Geocoder();g_a2891d57d893822abe11b61dd7cb16a6.geocode( { 'address': "69 S Laburnum Ave, Richmond, VA 23223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-super-fast-tax-refund').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-super-fast-tax-refund'), mapOptions);}document.getElementById('f22330cb').innerHTML += ' | View Map';var $la2891d57d893822abe11b61dd7cb16a6 = '

Super Fast Tax Refund

Address: 69 S Laburnum Ave, Richmond, VA 23223, USA
Phone: (804) 222-5822
';var m_a2891d57d893822abe11b61dd7cb16a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Super Fast Tax Refund',});m_a2891d57d893822abe11b61dd7cb16a6['infowindow'] = new google.maps.InfoWindow({content: $la2891d57d893822abe11b61dd7cb16a6});var infowindow = new google.maps.InfoWindow({content: $la2891d57d893822abe11b61dd7cb16a6});google.maps.event.addListener(m_a2891d57d893822abe11b61dd7cb16a6, 'click', function() {infowindow.open(map,m_a2891d57d893822abe11b61dd7cb16a6);});$marker.push(m_a2891d57d893822abe11b61dd7cb16a6);}});}google.maps.event.addDomListener(window, 'load', initialize);