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.7734,-85.6831)};var g_c8a931e887dcd18a642f72194cee059f = new google.maps.Geocoder();g_c8a931e887dcd18a642f72194cee059f.geocode( { 'address': "1720 S Waukesha St, Bonifay, FL 32425, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonifay-FL-community-south-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bonifay-FL-community-south-credit-union'), mapOptions);}document.getElementById('f843d456').innerHTML += ' | View Map';var $lc8a931e887dcd18a642f72194cee059f = '

Community South Credit Union

Address: 1720 S Waukesha St, Bonifay, FL 32425, USA
Phone: (850) 547-7370
';var m_c8a931e887dcd18a642f72194cee059f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community South Credit Union',});m_c8a931e887dcd18a642f72194cee059f['infowindow'] = new google.maps.InfoWindow({content: $lc8a931e887dcd18a642f72194cee059f});var infowindow = new google.maps.InfoWindow({content: $lc8a931e887dcd18a642f72194cee059f});google.maps.event.addListener(m_c8a931e887dcd18a642f72194cee059f, 'click', function() {infowindow.open(map,m_c8a931e887dcd18a642f72194cee059f);});$marker.push(m_c8a931e887dcd18a642f72194cee059f);}});}google.maps.event.addDomListener(window, 'load', initialize);