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.2559,-85.1688)};var g_7d980b52138f2435dcdcde9501b39bd5 = new google.maps.Geocoder();g_7d980b52138f2435dcdcde9501b39bd5.geocode( { 'address': "2 E 6th Ave, Rome, GA 30161, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rome-GA-apex-finance').style.display = '';map = new google.maps.Map(document.getElementById('rome-GA-apex-finance'), mapOptions);}document.getElementById('5cc2f8a3').innerHTML += ' | View Map';var $l7d980b52138f2435dcdcde9501b39bd5 = '

Apex Finance

Address: 2 E 6th Ave, Rome, GA 30161, USA
Phone: (706) 291-9415
';var m_7d980b52138f2435dcdcde9501b39bd5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apex Finance',});m_7d980b52138f2435dcdcde9501b39bd5['infowindow'] = new google.maps.InfoWindow({content: $l7d980b52138f2435dcdcde9501b39bd5});var infowindow = new google.maps.InfoWindow({content: $l7d980b52138f2435dcdcde9501b39bd5});google.maps.event.addListener(m_7d980b52138f2435dcdcde9501b39bd5, 'click', function() {infowindow.open(map,m_7d980b52138f2435dcdcde9501b39bd5);});$marker.push(m_7d980b52138f2435dcdcde9501b39bd5);}});}google.maps.event.addDomListener(window, 'load', initialize);