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(38.4464,-78.8541)};var g_56c5961cfbab85c97c87ec9c0b82db1e = new google.maps.Geocoder();g_56c5961cfbab85c97c87ec9c0b82db1e.geocode( { 'address': "785 E Market St, Harrisonburg, VA 22801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisonburg-VA-paynes-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('harrisonburg-VA-paynes-check-cashing'), mapOptions);}document.getElementById('5555e326').innerHTML += ' | View Map';var $l56c5961cfbab85c97c87ec9c0b82db1e = '

Payne's Check Cashing

Address: 785 E Market St, Harrisonburg, VA 22801, USA
Phone: (540) 442-1450
';var m_56c5961cfbab85c97c87ec9c0b82db1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Payne's Check Cashing',});m_56c5961cfbab85c97c87ec9c0b82db1e['infowindow'] = new google.maps.InfoWindow({content: $l56c5961cfbab85c97c87ec9c0b82db1e});var infowindow = new google.maps.InfoWindow({content: $l56c5961cfbab85c97c87ec9c0b82db1e});google.maps.event.addListener(m_56c5961cfbab85c97c87ec9c0b82db1e, 'click', function() {infowindow.open(map,m_56c5961cfbab85c97c87ec9c0b82db1e);});$marker.push(m_56c5961cfbab85c97c87ec9c0b82db1e);}});}google.maps.event.addDomListener(window, 'load', initialize);