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(34.3581,-89.5411)};var g_05b169e1d2ba80134a5abc6e7d8b68fc = new google.maps.Geocoder();g_05b169e1d2ba80134a5abc6e7d8b68fc.geocode( { 'address': "122 Jeanette Phillips Drive, University, MS 38677, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-mississippi-small-business-development-center-state-office').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-mississippi-small-business-development-center-state-office'), mapOptions);}document.getElementById('c1ef3fdd').innerHTML += ' | View Map';var $l05b169e1d2ba80134a5abc6e7d8b68fc = '

Mississippi Small Business Development Center State Office

Address: 122 Jeanette Phillips Drive, University, MS 38677, USA
Phone: (662) 915-5001
';var m_05b169e1d2ba80134a5abc6e7d8b68fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mississippi Small Business Development Center State Office',});m_05b169e1d2ba80134a5abc6e7d8b68fc['infowindow'] = new google.maps.InfoWindow({content: $l05b169e1d2ba80134a5abc6e7d8b68fc});var infowindow = new google.maps.InfoWindow({content: $l05b169e1d2ba80134a5abc6e7d8b68fc});google.maps.event.addListener(m_05b169e1d2ba80134a5abc6e7d8b68fc, 'click', function() {infowindow.open(map,m_05b169e1d2ba80134a5abc6e7d8b68fc);});$marker.push(m_05b169e1d2ba80134a5abc6e7d8b68fc);}});}google.maps.event.addDomListener(window, 'load', initialize);