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.4557,-79.1216)};var g_ebbda6123fdb87adfb07f1c256ae7102 = new google.maps.Geocoder();g_ebbda6123fdb87adfb07f1c256ae7102.geocode( { 'address': "4844 S Amherst Hwy, Madison Heights, VA 24572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-heights-VA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('madison-heights-VA-check-into-cash'), mapOptions);}document.getElementById('20115059').innerHTML += ' | View Map';var $lebbda6123fdb87adfb07f1c256ae7102 = '

Check Into Cash

Address: 4844 S Amherst Hwy, Madison Heights, VA 24572, USA
Phone: (434) 528-8160
';var m_ebbda6123fdb87adfb07f1c256ae7102 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_ebbda6123fdb87adfb07f1c256ae7102['infowindow'] = new google.maps.InfoWindow({content: $lebbda6123fdb87adfb07f1c256ae7102});var infowindow = new google.maps.InfoWindow({content: $lebbda6123fdb87adfb07f1c256ae7102});google.maps.event.addListener(m_ebbda6123fdb87adfb07f1c256ae7102, 'click', function() {infowindow.open(map,m_ebbda6123fdb87adfb07f1c256ae7102);});$marker.push(m_ebbda6123fdb87adfb07f1c256ae7102);}});}google.maps.event.addDomListener(window, 'load', initialize);