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.4309,-87.0274)};var g_2cbda1d443945c7d5e427d9b364f8422 = new google.maps.Geocoder();g_2cbda1d443945c7d5e427d9b364f8422.geocode( { 'address': "796 Highland Ave, Selma, AL 36701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-c--b-associates-llc').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-c--b-associates-llc'), mapOptions);}document.getElementById('4b658392').innerHTML += ' | View Map';var $l2cbda1d443945c7d5e427d9b364f8422 = '

C & B Associates LLC

Address: 796 Highland Ave, Selma, AL 36701, USA
Phone: (334) 874-4141
';var m_2cbda1d443945c7d5e427d9b364f8422 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C & B Associates LLC',});m_2cbda1d443945c7d5e427d9b364f8422['infowindow'] = new google.maps.InfoWindow({content: $l2cbda1d443945c7d5e427d9b364f8422});var infowindow = new google.maps.InfoWindow({content: $l2cbda1d443945c7d5e427d9b364f8422});google.maps.event.addListener(m_2cbda1d443945c7d5e427d9b364f8422, 'click', function() {infowindow.open(map,m_2cbda1d443945c7d5e427d9b364f8422);});$marker.push(m_2cbda1d443945c7d5e427d9b364f8422);}});}google.maps.event.addDomListener(window, 'load', initialize);