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(35.0814,-81.6573)};var g_b2541c8e6d2e56eeaf578dfc3752180d = new google.maps.Geocoder();g_b2541c8e6d2e56eeaf578dfc3752180d.geocode( { 'address': "1005 W Floyd Baker Blvd, Gaffney, SC 29341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaffney-SC-loan-max').style.display = '';map = new google.maps.Map(document.getElementById('gaffney-SC-loan-max'), mapOptions);}document.getElementById('5f5a052b').innerHTML += ' | View Map';var $lb2541c8e6d2e56eeaf578dfc3752180d = '

Loan Max

Address: 1005 W Floyd Baker Blvd, Gaffney, SC 29341, USA
Phone: (864) 489-3537
';var m_b2541c8e6d2e56eeaf578dfc3752180d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Max',});m_b2541c8e6d2e56eeaf578dfc3752180d['infowindow'] = new google.maps.InfoWindow({content: $lb2541c8e6d2e56eeaf578dfc3752180d});var infowindow = new google.maps.InfoWindow({content: $lb2541c8e6d2e56eeaf578dfc3752180d});google.maps.event.addListener(m_b2541c8e6d2e56eeaf578dfc3752180d, 'click', function() {infowindow.open(map,m_b2541c8e6d2e56eeaf578dfc3752180d);});$marker.push(m_b2541c8e6d2e56eeaf578dfc3752180d);}});}google.maps.event.addDomListener(window, 'load', initialize);