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.034,-84.5847)};var g_e21942bcf8834015962ba48c1a4209db = new google.maps.Geocoder();g_e21942bcf8834015962ba48c1a4209db.geocode( { 'address': "1075 Cobb Place Blvd NW, Kennesaw, GA 30144"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennesaw-GA-ibm-southeast-employees-fcu').style.display = '';map = new google.maps.Map(document.getElementById('kennesaw-GA-ibm-southeast-employees-fcu'), mapOptions);}document.getElementById('7a0dfe13').innerHTML += ' | View Map';var $le21942bcf8834015962ba48c1a4209db = '

IBM Southeast Employees' FCU

Address: 1075 Cobb Place Blvd NW, Kennesaw, GA 30144
Phone: (678) 797-6300
';var m_e21942bcf8834015962ba48c1a4209db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBM Southeast Employees' FCU',});m_e21942bcf8834015962ba48c1a4209db['infowindow'] = new google.maps.InfoWindow({content: $le21942bcf8834015962ba48c1a4209db});var infowindow = new google.maps.InfoWindow({content: $le21942bcf8834015962ba48c1a4209db});google.maps.event.addListener(m_e21942bcf8834015962ba48c1a4209db, 'click', function() {infowindow.open(map,m_e21942bcf8834015962ba48c1a4209db);});$marker.push(m_e21942bcf8834015962ba48c1a4209db);}});}google.maps.event.addDomListener(window, 'load', initialize);