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.678,-88.2227)};var g_41dbaeec4466f58cd76a81b7add4a279 = new google.maps.Geocoder();g_41dbaeec4466f58cd76a81b7add4a279.geocode( { 'address': "685 Schillinger Rd S, Mobile, AL 36695, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mobile-AL-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('mobile-AL-woodforest-bank'), mapOptions);}document.getElementById('2cd36f8c').innerHTML += ' | View Map';var $l41dbaeec4466f58cd76a81b7add4a279 = '

Woodforest Bank

Address: 685 Schillinger Rd S, Mobile, AL 36695, USA
Phone: (251) 634-0533
';var m_41dbaeec4466f58cd76a81b7add4a279 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_41dbaeec4466f58cd76a81b7add4a279['infowindow'] = new google.maps.InfoWindow({content: $l41dbaeec4466f58cd76a81b7add4a279});var infowindow = new google.maps.InfoWindow({content: $l41dbaeec4466f58cd76a81b7add4a279});google.maps.event.addListener(m_41dbaeec4466f58cd76a81b7add4a279, 'click', function() {infowindow.open(map,m_41dbaeec4466f58cd76a81b7add4a279);});$marker.push(m_41dbaeec4466f58cd76a81b7add4a279);}});}google.maps.event.addDomListener(window, 'load', initialize);