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(36.5752,-79.405)};var g_c9f22ad35b72c8befcf77aa61db68f10 = new google.maps.Geocoder();g_c9f22ad35b72c8befcf77aa61db68f10.geocode( { 'address': "309 S Main St, Danville, VA 24541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-VA-cma-check-cashing--payday').style.display = '';map = new google.maps.Map(document.getElementById('danville-VA-cma-check-cashing--payday'), mapOptions);}document.getElementById('1784f5a3').innerHTML += ' | View Map';var $lc9f22ad35b72c8befcf77aa61db68f10 = '

CMA Check Cashing & Payday

Address: 309 S Main St, Danville, VA 24541, USA
Phone: (434) 797-3700
';var m_c9f22ad35b72c8befcf77aa61db68f10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CMA Check Cashing & Payday',});m_c9f22ad35b72c8befcf77aa61db68f10['infowindow'] = new google.maps.InfoWindow({content: $lc9f22ad35b72c8befcf77aa61db68f10});var infowindow = new google.maps.InfoWindow({content: $lc9f22ad35b72c8befcf77aa61db68f10});google.maps.event.addListener(m_c9f22ad35b72c8befcf77aa61db68f10, 'click', function() {infowindow.open(map,m_c9f22ad35b72c8befcf77aa61db68f10);});$marker.push(m_c9f22ad35b72c8befcf77aa61db68f10);}});}google.maps.event.addDomListener(window, 'load', initialize);