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(32.4331,-87.025)};var g_39b506804d21cb800ba48a2e48e2d6c6 = new google.maps.Geocoder();g_39b506804d21cb800ba48a2e48e2d6c6.geocode( { 'address': "2413 N Broad St, Selma, AL 36701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-rice-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-rice-banking-co'), mapOptions);}document.getElementById('7db8d93c').innerHTML += ' | View Map';var $l39b506804d21cb800ba48a2e48e2d6c6 = '

Rice Banking Co

Address: 2413 N Broad St, Selma, AL 36701, USA
Phone: (334) 875-8988
';var m_39b506804d21cb800ba48a2e48e2d6c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rice Banking Co',});m_39b506804d21cb800ba48a2e48e2d6c6['infowindow'] = new google.maps.InfoWindow({content: $l39b506804d21cb800ba48a2e48e2d6c6});var infowindow = new google.maps.InfoWindow({content: $l39b506804d21cb800ba48a2e48e2d6c6});google.maps.event.addListener(m_39b506804d21cb800ba48a2e48e2d6c6, 'click', function() {infowindow.open(map,m_39b506804d21cb800ba48a2e48e2d6c6);});$marker.push(m_39b506804d21cb800ba48a2e48e2d6c6);}});}google.maps.event.addDomListener(window, 'load', initialize);