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(31.8709,-89.7486)};var g_d7a901f79a924eaa6d72f24858b57202 = new google.maps.Geocoder();g_d7a901f79a924eaa6d72f24858b57202.geocode( { 'address': "1586 Simpson Highway 49, Magee, MS 39111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('magee-MS-united-credit-of-magee').style.display = '';map = new google.maps.Map(document.getElementById('magee-MS-united-credit-of-magee'), mapOptions);}document.getElementById('05ebd131').innerHTML += ' | View Map';var $ld7a901f79a924eaa6d72f24858b57202 = '

United Credit of Magee

Address: 1586 Simpson Highway 49, Magee, MS 39111, USA
Phone: (601) 849-5211
';var m_d7a901f79a924eaa6d72f24858b57202 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit of Magee',});m_d7a901f79a924eaa6d72f24858b57202['infowindow'] = new google.maps.InfoWindow({content: $ld7a901f79a924eaa6d72f24858b57202});var infowindow = new google.maps.InfoWindow({content: $ld7a901f79a924eaa6d72f24858b57202});google.maps.event.addListener(m_d7a901f79a924eaa6d72f24858b57202, 'click', function() {infowindow.open(map,m_d7a901f79a924eaa6d72f24858b57202);});$marker.push(m_d7a901f79a924eaa6d72f24858b57202);}});}google.maps.event.addDomListener(window, 'load', initialize);