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.5694,-87.6307)};var g_4c525a48acc0084b077750ac333c67c1 = new google.maps.Geocoder();g_4c525a48acc0084b077750ac333c67c1.geocode( { 'address': "21980 Palmer St, Robertsdale, AL 36567"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('robertsdale-AL-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('robertsdale-AL-citizens-bank'), mapOptions);}document.getElementById('ca20270b').innerHTML += ' | View Map';var $l4c525a48acc0084b077750ac333c67c1 = '

Citizens Bank

Address: 21980 Palmer St, Robertsdale, AL 36567
Phone: (251) 947-1981
';var m_4c525a48acc0084b077750ac333c67c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_4c525a48acc0084b077750ac333c67c1['infowindow'] = new google.maps.InfoWindow({content: $l4c525a48acc0084b077750ac333c67c1});var infowindow = new google.maps.InfoWindow({content: $l4c525a48acc0084b077750ac333c67c1});google.maps.event.addListener(m_4c525a48acc0084b077750ac333c67c1, 'click', function() {infowindow.open(map,m_4c525a48acc0084b077750ac333c67c1);});$marker.push(m_4c525a48acc0084b077750ac333c67c1);}});}google.maps.event.addDomListener(window, 'load', initialize);