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.2625,-85.3096)};var g_50fbaede19efd71250c4e7d71351b421 = new google.maps.Geocoder();g_50fbaede19efd71250c4e7d71351b421.geocode( { 'address': "4620 Alabama Hwy, Rome, GA 30165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rome-GA-rome-kraft-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('rome-GA-rome-kraft-employees-cu'), mapOptions);}document.getElementById('d0422220').innerHTML += ' | View Map';var $l50fbaede19efd71250c4e7d71351b421 = '

Rome Kraft Employees CU

Address: 4620 Alabama Hwy, Rome, GA 30165, USA
Phone: (706) 295-9027
';var m_50fbaede19efd71250c4e7d71351b421 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rome Kraft Employees CU',});m_50fbaede19efd71250c4e7d71351b421['infowindow'] = new google.maps.InfoWindow({content: $l50fbaede19efd71250c4e7d71351b421});var infowindow = new google.maps.InfoWindow({content: $l50fbaede19efd71250c4e7d71351b421});google.maps.event.addListener(m_50fbaede19efd71250c4e7d71351b421, 'click', function() {infowindow.open(map,m_50fbaede19efd71250c4e7d71351b421);});$marker.push(m_50fbaede19efd71250c4e7d71351b421);}});}google.maps.event.addDomListener(window, 'load', initialize);