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(34.5268,-87.7158)};var g_919807a68a8d275b2e7dd47c1ad6a69c = new google.maps.Geocoder();g_919807a68a8d275b2e7dd47c1ad6a69c.geocode( { 'address': "14001 US-43 #4, Russellville, AL 35653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('russellville-AL-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('russellville-AL-sun-loan-company'), mapOptions);}document.getElementById('c3bae190').innerHTML += ' | View Map';var $l919807a68a8d275b2e7dd47c1ad6a69c = '

Sun Loan Company

Address: 14001 US-43 #4, Russellville, AL 35653, USA
Phone: (256) 398-3161
';var m_919807a68a8d275b2e7dd47c1ad6a69c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_919807a68a8d275b2e7dd47c1ad6a69c['infowindow'] = new google.maps.InfoWindow({content: $l919807a68a8d275b2e7dd47c1ad6a69c});var infowindow = new google.maps.InfoWindow({content: $l919807a68a8d275b2e7dd47c1ad6a69c});google.maps.event.addListener(m_919807a68a8d275b2e7dd47c1ad6a69c, 'click', function() {infowindow.open(map,m_919807a68a8d275b2e7dd47c1ad6a69c);});$marker.push(m_919807a68a8d275b2e7dd47c1ad6a69c);}});}google.maps.event.addDomListener(window, 'load', initialize);