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.2708,-85.1789)};var g_1c20e1dfd3ab8848aec3c7391433b731 = new google.maps.Geocoder();g_1c20e1dfd3ab8848aec3c7391433b731.geocode( { 'address': "1420 Martha Berry Blvd NE, Rome, GA 30165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rome-GA-floyd-county-postal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rome-GA-floyd-county-postal-credit-union'), mapOptions);}document.getElementById('5a618d20').innerHTML += ' | View Map';var $l1c20e1dfd3ab8848aec3c7391433b731 = '

Floyd County Postal Credit Union

Address: 1420 Martha Berry Blvd NE, Rome, GA 30165, USA
Phone: (706) 291-7501
';var m_1c20e1dfd3ab8848aec3c7391433b731 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Floyd County Postal Credit Union',});m_1c20e1dfd3ab8848aec3c7391433b731['infowindow'] = new google.maps.InfoWindow({content: $l1c20e1dfd3ab8848aec3c7391433b731});var infowindow = new google.maps.InfoWindow({content: $l1c20e1dfd3ab8848aec3c7391433b731});google.maps.event.addListener(m_1c20e1dfd3ab8848aec3c7391433b731, 'click', function() {infowindow.open(map,m_1c20e1dfd3ab8848aec3c7391433b731);});$marker.push(m_1c20e1dfd3ab8848aec3c7391433b731);}});}google.maps.event.addDomListener(window, 'load', initialize);