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.2418,-86.1698)};var g_26b4c226cdeb353c5b49ca993af3456e = new google.maps.Geocoder();g_26b4c226cdeb353c5b49ca993af3456e.geocode( { 'address': "4050 US-431, Albertville, AL 35950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albertville-AL-prime-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('albertville-AL-prime-funding-inc'), mapOptions);}document.getElementById('ecdd2044').innerHTML += ' | View Map';var $l26b4c226cdeb353c5b49ca993af3456e = '

Prime Funding Inc

Address: 4050 US-431, Albertville, AL 35950, USA
Phone: (256) 878-6016
';var m_26b4c226cdeb353c5b49ca993af3456e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prime Funding Inc',});m_26b4c226cdeb353c5b49ca993af3456e['infowindow'] = new google.maps.InfoWindow({content: $l26b4c226cdeb353c5b49ca993af3456e});var infowindow = new google.maps.InfoWindow({content: $l26b4c226cdeb353c5b49ca993af3456e});google.maps.event.addListener(m_26b4c226cdeb353c5b49ca993af3456e, 'click', function() {infowindow.open(map,m_26b4c226cdeb353c5b49ca993af3456e);});$marker.push(m_26b4c226cdeb353c5b49ca993af3456e);}});}google.maps.event.addDomListener(window, 'load', initialize);