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(32.5669,-85.501)};var g_137e35220499aa3d41e657806795800f = new google.maps.Geocoder();g_137e35220499aa3d41e657806795800f.geocode( { 'address': "2021 S College St b, Auburn, AL 36832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-republic-finance'), mapOptions);}document.getElementById('89cd0edb').innerHTML += ' | View Map';var $l137e35220499aa3d41e657806795800f = '

Republic Finance

Address: 2021 S College St b, Auburn, AL 36832, USA
Phone: (334) 887-6025
';var m_137e35220499aa3d41e657806795800f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_137e35220499aa3d41e657806795800f['infowindow'] = new google.maps.InfoWindow({content: $l137e35220499aa3d41e657806795800f});var infowindow = new google.maps.InfoWindow({content: $l137e35220499aa3d41e657806795800f});google.maps.event.addListener(m_137e35220499aa3d41e657806795800f, 'click', function() {infowindow.open(map,m_137e35220499aa3d41e657806795800f);});$marker.push(m_137e35220499aa3d41e657806795800f);}});}google.maps.event.addDomListener(window, 'load', initialize);