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(33.6147,-85.7855)};var g_28dbdd1440178ab435437e329e982d35 = new google.maps.Geocoder();g_28dbdd1440178ab435437e329e982d35.geocode( { 'address': "2111 Hwy 78 East, Suite 4, Anniston, AL 36207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anniston-AL-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('anniston-AL-republic-finance'), mapOptions);}document.getElementById('f8fdb2de').innerHTML += ' | View Map';var $l28dbdd1440178ab435437e329e982d35 = '

Republic Finance

Address: 2111 Hwy 78 East, Suite 4, Anniston, AL 36207, USA
Phone: (256) 835-4495
';var m_28dbdd1440178ab435437e329e982d35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_28dbdd1440178ab435437e329e982d35['infowindow'] = new google.maps.InfoWindow({content: $l28dbdd1440178ab435437e329e982d35});var infowindow = new google.maps.InfoWindow({content: $l28dbdd1440178ab435437e329e982d35});google.maps.event.addListener(m_28dbdd1440178ab435437e329e982d35, 'click', function() {infowindow.open(map,m_28dbdd1440178ab435437e329e982d35);});$marker.push(m_28dbdd1440178ab435437e329e982d35);}});}google.maps.event.addDomListener(window, 'load', initialize);