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.8746,-87.7755)};var g_4927e1395ab1d386386a762cad17d7a7 = new google.maps.Geocoder();g_4927e1395ab1d386386a762cad17d7a7.geocode( { 'address': "404 Courthouse Sq, Bay Minette, AL 36507"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-minette-AL-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('bay-minette-AL-united-bank'), mapOptions);}document.getElementById('6a991439').innerHTML += ' | View Map';var $l4927e1395ab1d386386a762cad17d7a7 = '

United Bank

Address: 404 Courthouse Sq, Bay Minette, AL 36507
Phone: (251) 937-0052
';var m_4927e1395ab1d386386a762cad17d7a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_4927e1395ab1d386386a762cad17d7a7['infowindow'] = new google.maps.InfoWindow({content: $l4927e1395ab1d386386a762cad17d7a7});var infowindow = new google.maps.InfoWindow({content: $l4927e1395ab1d386386a762cad17d7a7});google.maps.event.addListener(m_4927e1395ab1d386386a762cad17d7a7, 'click', function() {infowindow.open(map,m_4927e1395ab1d386386a762cad17d7a7);});$marker.push(m_4927e1395ab1d386386a762cad17d7a7);}});}google.maps.event.addDomListener(window, 'load', initialize);