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.6517,-86.8221)};var g_1120623a61ab817808ad1a20ddddf813 = new google.maps.Geocoder();g_1120623a61ab817808ad1a20ddddf813.geocode( { 'address': "655 Fieldstown Rd #101, Gardendale, AL 35071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gardendale-AL-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('gardendale-AL-republic-finance'), mapOptions);}document.getElementById('25688ece').innerHTML += ' | View Map';var $l1120623a61ab817808ad1a20ddddf813 = '

Republic Finance

Address: 655 Fieldstown Rd #101, Gardendale, AL 35071, USA
Phone: (205) 608-1525
';var m_1120623a61ab817808ad1a20ddddf813 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_1120623a61ab817808ad1a20ddddf813['infowindow'] = new google.maps.InfoWindow({content: $l1120623a61ab817808ad1a20ddddf813});var infowindow = new google.maps.InfoWindow({content: $l1120623a61ab817808ad1a20ddddf813});google.maps.event.addListener(m_1120623a61ab817808ad1a20ddddf813, 'click', function() {infowindow.open(map,m_1120623a61ab817808ad1a20ddddf813);});$marker.push(m_1120623a61ab817808ad1a20ddddf813);}});}google.maps.event.addDomListener(window, 'load', initialize);