location->neighborhood ?>

description ?>

Gallery

Details

property_type != null ) { //show Property Type if set ?> Property Type: property_type == "fam_home") { echo "Single Family Home"; } else { echo ucwords($listing_data->property_type); } ?> mls_number) ) { //show MLS number if set within $mls ?> MLS #: mls_number; ?> Bedrooms: bedrooms ?> Bathrooms: bathrooms ?> half_baths) && ($listing_data->half_baths != 0) ) { ?> Half Baths: half_baths ?>

amenities != null ) { //show Ameneties section if Amenities exist ?>

Amenities

amenities as $key => $amenity): ?> ' . $amenity . ''; if ($i%4==0) { echo ''; } ?> '; }?>

Location

location->coords->latitude; $lng = $listing_data->location->coords->longitude; $listing['location']['coords']['latitude'] = $lat; $listing['location']['coords']['longitude'] = $lng; // $listing_data = $listing_data->location; echo PLS_Map::dynamic( $listing, $map_args = array( 'lat'=>$lat, 'lng'=>$lng, 'width' => 880, 'height' => 250, 'zoom' => 15 ), $marker_args = array() ); ?>

Representing Agent

first_name ?> last_name ?>

name) ) { // show company name if set ?>

name); ?>

email ?>

phone); ?>

description ?>

mls_number) ) { //show mls details if set as $mls ?>

MLS #: mls_number; ?>

MLS Group: mls_group; ?>