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(33.9272,-118.387)};var g_0cb2e3e53c73560832cb908095a20716 = new google.maps.Geocoder();g_0cb2e3e53c73560832cb908095a20716.geocode( { 'address': "888 N Nash St, El Segundo, CA 90245, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-segundo-CA-global-enterprise-resource-group').style.display = '';map = new google.maps.Map(document.getElementById('el-segundo-CA-global-enterprise-resource-group'), mapOptions);}document.getElementById('2f649f28').innerHTML += ' | View Map';var $l0cb2e3e53c73560832cb908095a20716 = '

Global Enterprise Resource Group

Address: 888 N Nash St, El Segundo, CA 90245, USA
Phone: (800) 990-9959
';var m_0cb2e3e53c73560832cb908095a20716 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Enterprise Resource Group',});m_0cb2e3e53c73560832cb908095a20716['infowindow'] = new google.maps.InfoWindow({content: $l0cb2e3e53c73560832cb908095a20716});var infowindow = new google.maps.InfoWindow({content: $l0cb2e3e53c73560832cb908095a20716});google.maps.event.addListener(m_0cb2e3e53c73560832cb908095a20716, 'click', function() {infowindow.open(map,m_0cb2e3e53c73560832cb908095a20716);});$marker.push(m_0cb2e3e53c73560832cb908095a20716);}});}google.maps.event.addDomListener(window, 'load', initialize);