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.2623,-92.1064)};var g_7ef0468a65e11a3c95c67d5c5d45a461 = new google.maps.Geocoder();g_7ef0468a65e11a3c95c67d5c5d45a461.geocode( { 'address': "8540 US-270, White Hall, AR 71602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-hall-AR-pine-bluff-cotton-belt-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('white-hall-AR-pine-bluff-cotton-belt-federal-credit-union'), mapOptions);}document.getElementById('0ccc01a7').innerHTML += ' | View Map';var $l7ef0468a65e11a3c95c67d5c5d45a461 = '

Pine Bluff Cotton Belt Federal Credit Union

Address: 8540 US-270, White Hall, AR 71602, USA
Phone: (870) 247-2181
';var m_7ef0468a65e11a3c95c67d5c5d45a461 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pine Bluff Cotton Belt Federal Credit Union',});m_7ef0468a65e11a3c95c67d5c5d45a461['infowindow'] = new google.maps.InfoWindow({content: $l7ef0468a65e11a3c95c67d5c5d45a461});var infowindow = new google.maps.InfoWindow({content: $l7ef0468a65e11a3c95c67d5c5d45a461});google.maps.event.addListener(m_7ef0468a65e11a3c95c67d5c5d45a461, 'click', function() {infowindow.open(map,m_7ef0468a65e11a3c95c67d5c5d45a461);});$marker.push(m_7ef0468a65e11a3c95c67d5c5d45a461);}});}google.maps.event.addDomListener(window, 'load', initialize);