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(37.1711,-94.8315)};var g_cd03f8f97e83013f6a228a2d1134eb5a = new google.maps.Geocoder();g_cd03f8f97e83013f6a228a2d1134eb5a.geocode( { 'address': "108 Northeast Ave, Columbus, KS 66725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-KS-affirmative-loan-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('columbus-KS-affirmative-loan-co-inc'), mapOptions);}document.getElementById('1bae27e0').innerHTML += ' | View Map';var $lcd03f8f97e83013f6a228a2d1134eb5a = '

Affirmative Loan Co Inc

Address: 108 Northeast Ave, Columbus, KS 66725, USA
Phone: (620) 429-1900
';var m_cd03f8f97e83013f6a228a2d1134eb5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affirmative Loan Co Inc',});m_cd03f8f97e83013f6a228a2d1134eb5a['infowindow'] = new google.maps.InfoWindow({content: $lcd03f8f97e83013f6a228a2d1134eb5a});var infowindow = new google.maps.InfoWindow({content: $lcd03f8f97e83013f6a228a2d1134eb5a});google.maps.event.addListener(m_cd03f8f97e83013f6a228a2d1134eb5a, 'click', function() {infowindow.open(map,m_cd03f8f97e83013f6a228a2d1134eb5a);});$marker.push(m_cd03f8f97e83013f6a228a2d1134eb5a);}});}google.maps.event.addDomListener(window, 'load', initialize);