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.1492,-119.452)};var g_ff937f998835cb5dd04ae9c0897f82e3 = new google.maps.Geocoder();g_ff937f998835cb5dd04ae9c0897f82e3.geocode( { 'address': "1124 4th St, Taft, CA 93268, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taft-CA-supreme-contract-management').style.display = '';map = new google.maps.Map(document.getElementById('taft-CA-supreme-contract-management'), mapOptions);}document.getElementById('1f49ff05').innerHTML += ' | View Map';var $lff937f998835cb5dd04ae9c0897f82e3 = '

Supreme Contract Management

Address: 1124 4th St, Taft, CA 93268, USA
Phone: (844) 518-4392
';var m_ff937f998835cb5dd04ae9c0897f82e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Supreme Contract Management',});m_ff937f998835cb5dd04ae9c0897f82e3['infowindow'] = new google.maps.InfoWindow({content: $lff937f998835cb5dd04ae9c0897f82e3});var infowindow = new google.maps.InfoWindow({content: $lff937f998835cb5dd04ae9c0897f82e3});google.maps.event.addListener(m_ff937f998835cb5dd04ae9c0897f82e3, 'click', function() {infowindow.open(map,m_ff937f998835cb5dd04ae9c0897f82e3);});$marker.push(m_ff937f998835cb5dd04ae9c0897f82e3);}});}google.maps.event.addDomListener(window, 'load', initialize);