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.3574,-119.06)};var g_b32707b6946f4eae31db7b3cb20d4f9f = new google.maps.Geocoder();g_b32707b6946f4eae31db7b3cb20d4f9f.geocode( { 'address': "5531 Business Park S # 100, Bakersfield, CA 93309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-account-control-technology').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-account-control-technology'), mapOptions);}document.getElementById('64048589').innerHTML += ' | View Map';var $lb32707b6946f4eae31db7b3cb20d4f9f = '

Account Control Technology

Address: 5531 Business Park S # 100, Bakersfield, CA 93309, USA
Phone: (661) 395-5702
';var m_b32707b6946f4eae31db7b3cb20d4f9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Account Control Technology',});m_b32707b6946f4eae31db7b3cb20d4f9f['infowindow'] = new google.maps.InfoWindow({content: $lb32707b6946f4eae31db7b3cb20d4f9f});var infowindow = new google.maps.InfoWindow({content: $lb32707b6946f4eae31db7b3cb20d4f9f});google.maps.event.addListener(m_b32707b6946f4eae31db7b3cb20d4f9f, 'click', function() {infowindow.open(map,m_b32707b6946f4eae31db7b3cb20d4f9f);});$marker.push(m_b32707b6946f4eae31db7b3cb20d4f9f);}});}google.maps.event.addDomListener(window, 'load', initialize);