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.6932,-88.0401)};var g_4e55139e019a58e0084f194f758ffdea = new google.maps.Geocoder();g_4e55139e019a58e0084f194f758ffdea.geocode( { 'address': "11 North Water Street Suite 10290, Suite 10290, Mobile, AL 36602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mobile-AL-choice-one-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('mobile-AL-choice-one-financial-group'), mapOptions);}document.getElementById('ccfd5e5c').innerHTML += ' | View Map';var $l4e55139e019a58e0084f194f758ffdea = '

Choice One Financial Group

Address: 11 North Water Street Suite 10290, Suite 10290, Mobile, AL 36602, USA
Phone: (251) 239-7177
';var m_4e55139e019a58e0084f194f758ffdea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Choice One Financial Group',});m_4e55139e019a58e0084f194f758ffdea['infowindow'] = new google.maps.InfoWindow({content: $l4e55139e019a58e0084f194f758ffdea});var infowindow = new google.maps.InfoWindow({content: $l4e55139e019a58e0084f194f758ffdea});google.maps.event.addListener(m_4e55139e019a58e0084f194f758ffdea, 'click', function() {infowindow.open(map,m_4e55139e019a58e0084f194f758ffdea);});$marker.push(m_4e55139e019a58e0084f194f758ffdea);}});}google.maps.event.addDomListener(window, 'load', initialize);