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(31.4161,-87.4179)};var g_1cd5b48806d80d1377f4708f870d1166 = new google.maps.Geocoder();g_1cd5b48806d80d1377f4708f870d1166.geocode( { 'address': "4285 Bowden St, Frisco City, AL 36445"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frisco-city-AL-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('frisco-city-AL-united-bank'), mapOptions);}document.getElementById('053a235f').innerHTML += ' | View Map';var $l1cd5b48806d80d1377f4708f870d1166 = '

United Bank

Address: 4285 Bowden St, Frisco City, AL 36445
Phone: (251) 267-3161
';var m_1cd5b48806d80d1377f4708f870d1166 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_1cd5b48806d80d1377f4708f870d1166['infowindow'] = new google.maps.InfoWindow({content: $l1cd5b48806d80d1377f4708f870d1166});var infowindow = new google.maps.InfoWindow({content: $l1cd5b48806d80d1377f4708f870d1166});google.maps.event.addListener(m_1cd5b48806d80d1377f4708f870d1166, 'click', function() {infowindow.open(map,m_1cd5b48806d80d1377f4708f870d1166);});$marker.push(m_1cd5b48806d80d1377f4708f870d1166);}});}google.maps.event.addDomListener(window, 'load', initialize);