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(30.364,-89.1528)};var g_f15422af60aef6cd7e46f10b21b23d8c = new google.maps.Geocoder();g_f15422af60aef6cd7e46f10b21b23d8c.geocode( { 'address': "524 Klondyke Rd, Long Beach, MS 39560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-MS-kfcu').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-MS-kfcu'), mapOptions);}document.getElementById('b4109c2d').innerHTML += ' | View Map';var $lf15422af60aef6cd7e46f10b21b23d8c = '

KFCU

Address: 524 Klondyke Rd, Long Beach, MS 39560, USA
Phone: (800) 627-3999
';var m_f15422af60aef6cd7e46f10b21b23d8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KFCU',});m_f15422af60aef6cd7e46f10b21b23d8c['infowindow'] = new google.maps.InfoWindow({content: $lf15422af60aef6cd7e46f10b21b23d8c});var infowindow = new google.maps.InfoWindow({content: $lf15422af60aef6cd7e46f10b21b23d8c});google.maps.event.addListener(m_f15422af60aef6cd7e46f10b21b23d8c, 'click', function() {infowindow.open(map,m_f15422af60aef6cd7e46f10b21b23d8c);});$marker.push(m_f15422af60aef6cd7e46f10b21b23d8c);}});}google.maps.event.addDomListener(window, 'load', initialize);