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(34.7521,-92.3659)};var g_651b3148e7121cd0f065cbea4a79999d = new google.maps.Geocoder();g_651b3148e7121cd0f065cbea4a79999d.geocode( { 'address': "108 S Rodney Parham Rd, Little Rock, AR 72205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-rock-AR-in-affordable-housing-inc').style.display = '';map = new google.maps.Map(document.getElementById('little-rock-AR-in-affordable-housing-inc'), mapOptions);}document.getElementById('ba756a75').innerHTML += ' | View Map';var $l651b3148e7121cd0f065cbea4a79999d = '

In Affordable Housing Inc

Address: 108 S Rodney Parham Rd, Little Rock, AR 72205, USA
Phone: (501) 221-2203
';var m_651b3148e7121cd0f065cbea4a79999d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'In Affordable Housing Inc',});m_651b3148e7121cd0f065cbea4a79999d['infowindow'] = new google.maps.InfoWindow({content: $l651b3148e7121cd0f065cbea4a79999d});var infowindow = new google.maps.InfoWindow({content: $l651b3148e7121cd0f065cbea4a79999d});google.maps.event.addListener(m_651b3148e7121cd0f065cbea4a79999d, 'click', function() {infowindow.open(map,m_651b3148e7121cd0f065cbea4a79999d);});$marker.push(m_651b3148e7121cd0f065cbea4a79999d);}});}google.maps.event.addDomListener(window, 'load', initialize);