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.3483,-86.2378)};var g_a2c84bb35c087aa1f5642658b77678fb = new google.maps.Geocoder();g_a2c84bb35c087aa1f5642658b77678fb.geocode( { 'address': "1885 Gatewood Dr, Montgomery, AL 36106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-AL-credit-collections-inc').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-AL-credit-collections-inc'), mapOptions);}document.getElementById('f0809b4c').innerHTML += ' | View Map';var $la2c84bb35c087aa1f5642658b77678fb = '

Credit Collections Inc

Address: 1885 Gatewood Dr, Montgomery, AL 36106, USA
Phone: (334) 819-4165
';var m_a2c84bb35c087aa1f5642658b77678fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Collections Inc',});m_a2c84bb35c087aa1f5642658b77678fb['infowindow'] = new google.maps.InfoWindow({content: $la2c84bb35c087aa1f5642658b77678fb});var infowindow = new google.maps.InfoWindow({content: $la2c84bb35c087aa1f5642658b77678fb});google.maps.event.addListener(m_a2c84bb35c087aa1f5642658b77678fb, 'click', function() {infowindow.open(map,m_a2c84bb35c087aa1f5642658b77678fb);});$marker.push(m_a2c84bb35c087aa1f5642658b77678fb);}});}google.maps.event.addDomListener(window, 'load', initialize);