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(35.1289,-120.467)};var g_a1874dbddeb3e1463225cdc1a50e9b2f = new google.maps.Geocoder();g_a1874dbddeb3e1463225cdc1a50e9b2f.geocode( { 'address': "6075 Huasna Rd, Arroyo Grande, CA 93420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arroyo-grande-CA-global-information-management').style.display = '';map = new google.maps.Map(document.getElementById('arroyo-grande-CA-global-information-management'), mapOptions);}document.getElementById('9a0d1a73').innerHTML += ' | View Map';var $la1874dbddeb3e1463225cdc1a50e9b2f = '

Global Information Management

Address: 6075 Huasna Rd, Arroyo Grande, CA 93420, USA
Phone: (408) 891-7691
';var m_a1874dbddeb3e1463225cdc1a50e9b2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Information Management',});m_a1874dbddeb3e1463225cdc1a50e9b2f['infowindow'] = new google.maps.InfoWindow({content: $la1874dbddeb3e1463225cdc1a50e9b2f});var infowindow = new google.maps.InfoWindow({content: $la1874dbddeb3e1463225cdc1a50e9b2f});google.maps.event.addListener(m_a1874dbddeb3e1463225cdc1a50e9b2f, 'click', function() {infowindow.open(map,m_a1874dbddeb3e1463225cdc1a50e9b2f);});$marker.push(m_a1874dbddeb3e1463225cdc1a50e9b2f);}});}google.maps.event.addDomListener(window, 'load', initialize);