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(40.0906,-75.4006)};var g_111ce8498a91d2fbf6a5d829413c4cc0 = new google.maps.Geocoder();g_111ce8498a91d2fbf6a5d829413c4cc0.geocode( { 'address': "230 Mall Blvd # 1121, King of Prussia, PA 19406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-general-electric-empl-fcu').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-general-electric-empl-fcu'), mapOptions);}document.getElementById('2d10ecb3').innerHTML += ' | View Map';var $l111ce8498a91d2fbf6a5d829413c4cc0 = '

General Electric EMPL Fcu

Address: 230 Mall Blvd # 1121, King of Prussia, PA 19406, USA
Phone: (610) 354-7070
';var m_111ce8498a91d2fbf6a5d829413c4cc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'General Electric EMPL Fcu',});m_111ce8498a91d2fbf6a5d829413c4cc0['infowindow'] = new google.maps.InfoWindow({content: $l111ce8498a91d2fbf6a5d829413c4cc0});var infowindow = new google.maps.InfoWindow({content: $l111ce8498a91d2fbf6a5d829413c4cc0});google.maps.event.addListener(m_111ce8498a91d2fbf6a5d829413c4cc0, 'click', function() {infowindow.open(map,m_111ce8498a91d2fbf6a5d829413c4cc0);});$marker.push(m_111ce8498a91d2fbf6a5d829413c4cc0);}});}google.maps.event.addDomListener(window, 'load', initialize);