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.4,-88.8974)};var g_496b52e1d44adff77a86bcffd3807d52 = new google.maps.Geocoder();g_496b52e1d44adff77a86bcffd3807d52.geocode( { 'address': "1765 Popps Ferry Rd, Biloxi, MS 39532"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('biloxi-MS-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('biloxi-MS-citizens-bank'), mapOptions);}document.getElementById('8998a1fa').innerHTML += ' | View Map';var $l496b52e1d44adff77a86bcffd3807d52 = '

Citizens Bank

Address: 1765 Popps Ferry Rd, Biloxi, MS 39532
Phone: (228) 594-6913
';var m_496b52e1d44adff77a86bcffd3807d52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_496b52e1d44adff77a86bcffd3807d52['infowindow'] = new google.maps.InfoWindow({content: $l496b52e1d44adff77a86bcffd3807d52});var infowindow = new google.maps.InfoWindow({content: $l496b52e1d44adff77a86bcffd3807d52});google.maps.event.addListener(m_496b52e1d44adff77a86bcffd3807d52, 'click', function() {infowindow.open(map,m_496b52e1d44adff77a86bcffd3807d52);});$marker.push(m_496b52e1d44adff77a86bcffd3807d52);}});}google.maps.event.addDomListener(window, 'load', initialize);