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(39.7421,-94.7897)};var g_4609a0cb0481252ab39445f70503e48f = new google.maps.Geocoder();g_4609a0cb0481252ab39445f70503e48f.geocode( { 'address': "4315 Pickett Rd, St Joseph, MO 64503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-joseph-MO-systems--services-technologies-inc').style.display = '';map = new google.maps.Map(document.getElementById('saint-joseph-MO-systems--services-technologies-inc'), mapOptions);}document.getElementById('2f132267').innerHTML += ' | View Map';var $l4609a0cb0481252ab39445f70503e48f = '

Systems & Services Technologies, Inc.

Address: 4315 Pickett Rd, St Joseph, MO 64503, USA
Phone: (866) 333-3819
';var m_4609a0cb0481252ab39445f70503e48f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Systems & Services Technologies, Inc.',});m_4609a0cb0481252ab39445f70503e48f['infowindow'] = new google.maps.InfoWindow({content: $l4609a0cb0481252ab39445f70503e48f});var infowindow = new google.maps.InfoWindow({content: $l4609a0cb0481252ab39445f70503e48f});google.maps.event.addListener(m_4609a0cb0481252ab39445f70503e48f, 'click', function() {infowindow.open(map,m_4609a0cb0481252ab39445f70503e48f);});$marker.push(m_4609a0cb0481252ab39445f70503e48f);}});}google.maps.event.addDomListener(window, 'load', initialize);