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.4195,-78.8939)};var g_c19f71ba3e021dcb9d5776a3698e8ccb = new google.maps.Geocoder();g_c19f71ba3e021dcb9d5776a3698e8ccb.geocode( { 'address': "2360 S Main St, Harrisonburg, VA 22801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisonburg-VA-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('harrisonburg-VA-loanmax-title-loans'), mapOptions);}document.getElementById('f2cfa7ae').innerHTML += ' | View Map';var $lc19f71ba3e021dcb9d5776a3698e8ccb = '

Loanmax Title Loans

Address: 2360 S Main St, Harrisonburg, VA 22801, USA
Phone: (540) 574-6100
';var m_c19f71ba3e021dcb9d5776a3698e8ccb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_c19f71ba3e021dcb9d5776a3698e8ccb['infowindow'] = new google.maps.InfoWindow({content: $lc19f71ba3e021dcb9d5776a3698e8ccb});var infowindow = new google.maps.InfoWindow({content: $lc19f71ba3e021dcb9d5776a3698e8ccb});google.maps.event.addListener(m_c19f71ba3e021dcb9d5776a3698e8ccb, 'click', function() {infowindow.open(map,m_c19f71ba3e021dcb9d5776a3698e8ccb);});$marker.push(m_c19f71ba3e021dcb9d5776a3698e8ccb);}});}google.maps.event.addDomListener(window, 'load', initialize);