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.8732,-80.0357)};var g_cfe362b2c94a8aa3a555dc5172d1dc5f = new google.maps.Geocoder();g_cfe362b2c94a8aa3a555dc5172d1dc5f.geocode( { 'address': "Boeing Welcome Center, 5400 International Blvd, North Charleston, SC 29418, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-becu---north-charleston-boeing-plant').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-becu---north-charleston-boeing-plant'), mapOptions);}document.getElementById('2b33df68').innerHTML += ' | View Map';var $lcfe362b2c94a8aa3a555dc5172d1dc5f = '

BECU - North Charleston Boeing Plant

Address: Boeing Welcome Center, 5400 International Blvd, North Charleston, SC 29418, USA
Phone: (800) 233-2328
';var m_cfe362b2c94a8aa3a555dc5172d1dc5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BECU - North Charleston Boeing Plant',});m_cfe362b2c94a8aa3a555dc5172d1dc5f['infowindow'] = new google.maps.InfoWindow({content: $lcfe362b2c94a8aa3a555dc5172d1dc5f});var infowindow = new google.maps.InfoWindow({content: $lcfe362b2c94a8aa3a555dc5172d1dc5f});google.maps.event.addListener(m_cfe362b2c94a8aa3a555dc5172d1dc5f, 'click', function() {infowindow.open(map,m_cfe362b2c94a8aa3a555dc5172d1dc5f);});$marker.push(m_cfe362b2c94a8aa3a555dc5172d1dc5f);}});}google.maps.event.addDomListener(window, 'load', initialize);